Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h66 bool stripDebugInfo(Function &F);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp455 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
507 Changed |= stripDebugInfo(F); in StripDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1525 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6593 stripDebugInfo(*F); in materialize()