/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | strip-DIGlobalVariable.ll | 8 ; Test that StripDebugInfo strips global variables.
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 44 bool StripDebugInfo(Module &M);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 39 bool StripDebugInfo(Module &M);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 276 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode() 410 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
|
D | StripSymbols.cpp | 237 Changed |= StripDebugInfo(M); in runOnModule()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 268 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
|
D | AutoUpgrade.cpp | 1445 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo()
|
D | Verifier.cpp | 4355 if (!StripDebugInfo(M)) in doFinalization() 4399 if (!StripDebugInfo(M)) in run()
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 236 Changed |= StripDebugInfo(M); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 299 StripDebugInfo(M); in checkDebugifyMetadata()
|
D | opt.cpp | 522 StripDebugInfo(*M); in main()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 506 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 488 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
|
D | ThinLTOCodeGenerator.cpp | 172 StripDebugInfo(TheModule); in verifyLoadedModule()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 397 StripDebugInfo(*M); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 351 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm 740 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
|
D | AutoUpgrade.cpp | 3532 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 1124 stripMetadata(StripDebugInfo); in DebugACrash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 520 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/ |
D | BitcodeReader.cpp | 277 bool StripDebugInfo = false; member in __anon5c28b1750111::BitcodeReader 3417 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo() 5695 if (StripDebugInfo) in materialize()
|