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.cpp365 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
503 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
H A DStripSymbols.cpp271 StripDebugInfo(M); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h70 bool StripDebugInfo(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp557 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp188 StripDebugInfo(TheModule); in verifyLoadedModule()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp568 StripDebugInfo(*M); in optMain()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp262 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp591 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
1053 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
H A DAutoUpgrade.cpp4903 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1302 stripMetadata(StripDebugInfo); in DebugACrash()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp698 bool StripDebugInfo = false; member in __anondf6e26480411::BitcodeReader
3828 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
6946 if (StripDebugInfo) in materialize()