Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h49 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp76 Comdat *llvm::getOrCreateFunctionComdat(Function &F, Triple &T) { in getOrCreateFunctionComdat() function in llvm
H A DSanitizerCoverage.cpp685 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp391 getOrCreateFunctionComdat(F, Triple); in instrumentOneFunc()