Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDThinLTOBitcodeWriter.cpp365 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
503 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
HDStripSymbols.cpp271 StripDebugInfo(M); in run()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfo.h70 bool StripDebugInfo(Module &M);
/freebsd-head/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp557 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
HDThinLTOCodeGenerator.cpp188 StripDebugInfo(TheModule); in verifyLoadedModule()
/freebsd-head/contrib/llvm-project/llvm/tools/opt/
HDoptdriver.cpp568 StripDebugInfo(*M); in optMain()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp262 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp591 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
1053 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
HDAutoUpgrade.cpp4903 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/freebsd-head/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp1302 stripMetadata(StripDebugInfo); in DebugACrash()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp698 bool StripDebugInfo = false; member in __anon4ae766470411::BitcodeReader
3828 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
6946 if (StripDebugInfo) in materialize()