Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DStripSymbols.cpp241 Changed |= StripDebugInfo(M); in runOnModule()
394 StripDebugInfo(M); in run()
DThinLTOBitcodeWriter.cpp332 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
470 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h57 bool StripDebugInfo(Module &M);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp491 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
DThinLTOCodeGenerator.cpp186 StripDebugInfo(TheModule); in verifyLoadedModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfo.cpp476 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
901 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
DAutoUpgrade.cpp4049 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
Dopt.cpp662 StripDebugInfo(*M); in main()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp251 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
DCrashDebugger.cpp1317 stripMetadata(StripDebugInfo); in DebugACrash()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp562 bool StripDebugInfo = false; member in __anonfbd6fa600411::BitcodeReader
3033 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
5503 if (StripDebugInfo) in materialize()