Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp241 Changed |= StripDebugInfo(M); in runOnModule()
394 StripDebugInfo(M); in run()
H A DThinLTOBitcodeWriter.cpp311 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
449 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h57 bool StripDebugInfo(Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp491 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp183 StripDebugInfo(TheModule); in verifyLoadedModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp442 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
865 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
H A DAutoUpgrade.cpp4044 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp662 StripDebugInfo(*M); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp251 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1317 stripMetadata(StripDebugInfo); in DebugACrash()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp562 bool StripDebugInfo = false; member in __anon8c0d27130411::BitcodeReader
3066 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
5572 if (StripDebugInfo) in materialize()