Home
last modified time | relevance | path

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

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