Home
last modified time | relevance | path

Searched refs:getOrCreateFunctionComdat (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp76 Comdat *llvm::getOrCreateFunctionComdat(Function &F, Triple &T) { in getOrCreateFunctionComdat() function in llvm
H A DSanitizerCoverage.cpp692 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DInstrumentation.h52 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp390 getOrCreateFunctionComdat(F, Triple); in instrumentOneFunc()