Searched refs:getOrCreateFunctionComdat (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 76 Comdat *llvm::getOrCreateFunctionComdat(Function &F, Triple &T) { in getOrCreateFunctionComdat() function in llvm
|
H A D | SanitizerCoverage.cpp | 722 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/ |
D | Instrumentation.h | 50 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 51 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/ |
D | Instrumentation.h | 50 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/ |
D | Instrumentation.h | 50 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/ |
D | Instrumentation.h | 50 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 390 getOrCreateFunctionComdat(F, Triple); in instrumentOneFunc()
|
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | SanitizerCoveragePCGUARD.so.cc | 653 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection()
|
H A D | SanitizerCoverageLTO.so.cc | 1495 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection()
|