Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h68 bool StripDebugInfo(Module &M);
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp568 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp187 StripDebugInfo(TheModule); in verifyLoadedModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp568 StripDebugInfo(*M); in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp262 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp586 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
1048 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
H A DAutoUpgrade.cpp4811 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1302 stripMetadata(StripDebugInfo); in DebugACrash()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp672 bool StripDebugInfo = false; member in __anon933571fe0411::BitcodeReader
3674 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
6639 if (StripDebugInfo) in materialize()