Searched defs:CompileKernel (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 195 explicit HWAddressSanitizer(Module &M, bool CompileKernel = false, in HWAddressSanitizer() 285 bool CompileKernel; member in __anon4587ec1a0111::HWAddressSanitizer 317 explicit HWAddressSanitizerLegacyPass(bool CompileKernel = false, in HWAddressSanitizerLegacyPass() 342 bool CompileKernel; member in __anon4587ec1a0111::HWAddressSanitizerLegacyPass 359 FunctionPass *llvm::createHWAddressSanitizerLegacyPassPass(bool CompileKernel, in createHWAddressSanitizerLegacyPassPass() 365 HWAddressSanitizerPass::HWAddressSanitizerPass(bool CompileKernel, bool Recover) in HWAddressSanitizerPass()
|
H A D | AddressSanitizer.cpp | 705 bool CompileKernel; member 735 explicit AddressSanitizerLegacyPass(bool CompileKernel = false, in AddressSanitizerLegacyPass() 763 bool CompileKernel; member in __anonac73263b0211::AddressSanitizerLegacyPass 771 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer() 842 bool CompileKernel; member in __anonac73263b0211::ModuleAddressSanitizer 871 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true, in ModuleAddressSanitizerLegacyPass() 897 bool CompileKernel; member in __anonac73263b0211::ModuleAddressSanitizerLegacyPass 1208 AddressSanitizerPass::AddressSanitizerPass(bool CompileKernel, bool Recover, in AddressSanitizerPass() 1232 bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator, in ModuleAddressSanitizerPass() 1282 bool CompileKernel, bool Recover, bool UseGlobalsGC, bool UseOdrIndicator, in createModuleAddressSanitizerLegacyPassPass()
|
H A D | MemorySanitizer.cpp | 516 bool CompileKernel; member in __anon03c9fd4e0211::MemorySanitizer
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 325 bool CompileKernel) { in addGeneralOptsForMemorySanitizer() 1111 auto MSanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() 1144 auto ASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() 1163 auto HWASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 374 bool CompileKernel = in EmitHwasanMemaccessSymbols() local
|