Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfo.h39 bool StripDebugInfo(Module &M);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp277 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
411 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
H A DStripSymbols.cpp237 Changed |= StripDebugInfo(M); in runOnModule()
/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp300 StripDebugInfo(M); in checkDebugifyMetadata()
H A Dopt.cpp527 StripDebugInfo(*M); in main()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp489 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp174 StripDebugInfo(TheModule); in verifyLoadedModule()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp351 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
743 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
H A DAutoUpgrade.cpp3642 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1216 stripMetadata(StripDebugInfo); in DebugACrash()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp520 bool StripDebugInfo = false; member in __anond7564fed0411::BitcodeReader
2743 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
4778 if (StripDebugInfo) in materialize()