#include "clang/Basic/SanitizerSpecialCaseList.h"
Definition at line 32 of file SanitizerSpecialCaseList.h.
◆ create()
std::unique_ptr< SanitizerSpecialCaseList > SanitizerSpecialCaseList::create |
( |
const std::vector< std::string > & |
Paths, |
|
|
llvm::vfs::FileSystem & |
VFS, |
|
|
std::string & |
Error |
|
) |
| |
|
static |
◆ createOrDie()
std::unique_ptr< SanitizerSpecialCaseList > SanitizerSpecialCaseList::createOrDie |
( |
const std::vector< std::string > & |
Paths, |
|
|
llvm::vfs::FileSystem & |
VFS |
|
) |
| |
|
static |
◆ createSanitizerSections()
void SanitizerSpecialCaseList::createSanitizerSections |
( |
| ) |
|
|
protected |
◆ inSection()
bool SanitizerSpecialCaseList::inSection |
( |
SanitizerMask |
Mask, |
|
|
StringRef |
Prefix, |
|
|
StringRef |
Query, |
|
|
StringRef |
Category = StringRef() |
|
) |
| const |
◆ SanitizerSections
std::vector<SanitizerSection> clang::SanitizerSpecialCaseList::SanitizerSections |
|
protected |
The documentation for this class was generated from the following files: