Searched refs:CompileKernel (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 407 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false) in AddressSanitizer() 408 : FunctionPass(ID), CompileKernel(CompileKernel || ClEnableKasan), in AddressSanitizer() 484 bool CompileKernel; member 509 explicit AddressSanitizerModule(bool CompileKernel = false, in AddressSanitizerModule() argument 511 : ModulePass(ID), CompileKernel(CompileKernel || ClEnableKasan), in AddressSanitizerModule() 529 bool CompileKernel; member in __anone3a95e720111::AddressSanitizerModule 762 FunctionPass *llvm::createAddressSanitizerFunctionPass(bool CompileKernel, in INITIALIZE_PASS_DEPENDENCY() 764 assert(!CompileKernel || Recover); in INITIALIZE_PASS_DEPENDENCY() 765 return new AddressSanitizer(CompileKernel, Recover); in INITIALIZE_PASS_DEPENDENCY() 774 ModulePass *llvm::createAddressSanitizerModulePass(bool CompileKernel, in createAddressSanitizerModulePass() argument [all …]
|
/external/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 103 FunctionPass *createAddressSanitizerFunctionPass(bool CompileKernel = false, 105 ModulePass *createAddressSanitizerModulePass(bool CompileKernel = false,
|