Searched refs:CompileKernel (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 104 FunctionPass *createAddressSanitizerFunctionPass(bool CompileKernel = false, 107 ModulePass *createAddressSanitizerModulePass(bool CompileKernel = false,
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 449 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false, in AddressSanitizer() 451 : FunctionPass(ID), CompileKernel(CompileKernel || ClEnableKasan), in AddressSanitizer() 529 bool CompileKernel; member 555 explicit AddressSanitizerModule(bool CompileKernel = false, in AddressSanitizerModule() argument 557 : ModulePass(ID), CompileKernel(CompileKernel || ClEnableKasan), in AddressSanitizerModule() 576 bool CompileKernel; member in __anon234c86510111::AddressSanitizerModule 813 FunctionPass *llvm::createAddressSanitizerFunctionPass(bool CompileKernel, in INITIALIZE_PASS_DEPENDENCY() 816 assert(!CompileKernel || Recover); in INITIALIZE_PASS_DEPENDENCY() 817 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY() 826 ModulePass *llvm::createAddressSanitizerModulePass(bool CompileKernel, in createAddressSanitizerModulePass() argument [all …]
|