Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp76 Comdat *llvm::getOrCreateFunctionComdat(Function &F, Triple &T) { in getOrCreateFunctionComdat() function in llvm
DSanitizerCoverage.cpp722 if (auto Comdat = getOrCreateFunctionComdat(F, TargetTriple)) in CreateFunctionLocalArrayInSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/
DInstrumentation.h51 Comdat *getOrCreateFunctionComdat(Function &F, Triple &T);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfileProbe.cpp390 getOrCreateFunctionComdat(F, Triple); in instrumentOneFunc()