Home
last modified time | relevance | path

Searched refs:ensureDebugInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h200 static void ensureDebugInfo(IRBuilder<> &IRB, const Function &F) { in ensureDebugInfo() function
208 ensureDebugInfo(*this, *IP->getFunction()); in InstrumentationIRBuilder()
213 ensureDebugInfo(*this, *BB->getParent()); in InstrumentationIRBuilder()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp488 InstrumentationIRBuilder::ensureDebugInfo(*AtExit, F); in InsertRuntimeIgnores()
581 InstrumentationIRBuilder::ensureDebugInfo(*AtExit, F); in sanitizeFunction()