Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dstrip-DIGlobalVariable.ll8 ; Test that StripDebugInfo strips global variables.
/external/llvm/include/llvm/IR/
DDebugInfo.h44 bool StripDebugInfo(Module &M);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfo.h39 bool StripDebugInfo(Module &M);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp276 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
410 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
DStripSymbols.cpp237 Changed |= StripDebugInfo(M); in runOnModule()
/external/llvm/lib/IR/
DDebugInfo.cpp268 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
DAutoUpgrade.cpp1445 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo()
DVerifier.cpp4355 if (!StripDebugInfo(M)) in doFinalization()
4399 if (!StripDebugInfo(M)) in run()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp236 Changed |= StripDebugInfo(M); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp299 StripDebugInfo(M); in checkDebugifyMetadata()
Dopt.cpp522 StripDebugInfo(*M); in main()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp506 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp488 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
DThinLTOCodeGenerator.cpp172 StripDebugInfo(TheModule); in verifyLoadedModule()
/external/llvm/tools/opt/
Dopt.cpp397 StripDebugInfo(*M); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp351 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
740 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
DAutoUpgrade.cpp3532 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp1124 stripMetadata(StripDebugInfo); in DebugACrash()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp520 bool StripDebugInfo = false; member in __anon9d94210d0411::BitcodeReader
2706 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
4714 if (StripDebugInfo) in materialize()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp277 bool StripDebugInfo = false; member in __anon5c28b1750111::BitcodeReader
3417 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
5695 if (StripDebugInfo) in materialize()