HomeSort by: relevance | last modified time | path
    Searched refs:CompileKernel (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
HWAddressSanitizer.h 27 explicit HWAddressSanitizerPass(bool CompileKernel = false,
33 bool CompileKernel;
37 FunctionPass *createHWAddressSanitizerLegacyPassPass(bool CompileKernel = false,
AddressSanitizer.h 102 explicit AddressSanitizerPass(bool CompileKernel = false,
109 bool CompileKernel;
123 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true,
130 bool CompileKernel;
138 FunctionPass *createAddressSanitizerFunctionPass(bool CompileKernel = false,
142 bool CompileKernel = false, bool Recover = false, bool UseGlobalsGC = true,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 195 explicit HWAddressSanitizer(Module &M, bool CompileKernel = false,
199 this->CompileKernel = ClEnableKhwasan.getNumOccurrences() > 0
201 : CompileKernel;
285 bool CompileKernel;
317 explicit HWAddressSanitizerLegacyPass(bool CompileKernel = false,
319 : FunctionPass(ID), CompileKernel(CompileKernel), Recover(Recover) {
327 HWASan = std::make_unique<HWAddressSanitizer>(M, CompileKernel, Recover);
342 bool CompileKernel;
359 FunctionPass *llvm::createHWAddressSanitizerLegacyPassPass(bool CompileKernel,
    [all...]
AddressSanitizer.cpp 613 bool CompileKernel = false, bool Recover = false,
615 : CompileKernel(ClEnableKasan.getNumOccurrences() > 0 ? ClEnableKasan
616 : CompileKernel),
624 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
705 bool CompileKernel;
735 explicit AddressSanitizerLegacyPass(bool CompileKernel = false,
738 : FunctionPass(ID), CompileKernel(CompileKernel), Recover(Recover),
757 AddressSanitizer ASan(*F.getParent(), &GlobalsMD, CompileKernel, Recover,
763 bool CompileKernel;
    [all...]
MemorySanitizer.cpp 489 : CompileKernel(Options.Kernel), TrackOrigins(Options.TrackOrigins),
516 bool CompileKernel;
874 if (CompileKernel) {
979 if (!CompileKernel) {
1101 if (MS.CompileKernel) {
1177 if (AsCall && SizeIndex < kNumberOfAccessSizes && !MS.CompileKernel) {
1251 if (AsCall && SizeIndex < kNumberOfAccessSizes && !MS.CompileKernel) {
1543 if (MS.CompileKernel)
3592 if (ClHandleAsmConservative && MS.CompileKernel)
3885 if (MS.CompileKernel)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 291 PM.add(createAddressSanitizerFunctionPass(/*CompileKernel*/ false, Recover,
294 /*CompileKernel*/ false, Recover, UseGlobalsGC, UseOdrIndicator,
301 /*CompileKernel*/ true, /*Recover*/ true, /*UseAfterScope*/ false));
303 /*CompileKernel*/ true, /*Recover*/ true, /*UseGlobalsGC*/ true,
314 createHWAddressSanitizerLegacyPassPass(/*CompileKernel*/ false, Recover));
320 /*CompileKernel*/ true, /*Recover*/ true));
325 bool CompileKernel) {
332 MemorySanitizerOptions{TrackOrigins, Recover, CompileKernel}));
349 addGeneralOptsForMemorySanitizer(Builder, PM, /*CompileKernel*/ false);
354 addGeneralOptsForMemorySanitizer(Builder, PM, /*CompileKernel*/ true)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 374 bool CompileKernel =
535 if (CompileKernel) {

Completed in 69 milliseconds