Home
last modified time | relevance | path

Searched refs:StripDebugInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp374 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
514 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
H A DStripSymbols.cpp272 StripDebugInfo(M); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h73 LLVM_ABI bool StripDebugInfo(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp544 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp181 StripDebugInfo(TheModule); in verifyLoadedModule()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp562 StripDebugInfo(*M); in optMain()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp324 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1290 stripMetadata(StripDebugInfo); in DebugACrash()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp613 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
1081 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
H A DAutoUpgrade.cpp5244 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp683 bool StripDebugInfo = false; member in __anondf6e26480411::BitcodeReader
3924 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
7007 if (StripDebugInfo) in materialize()