/external/llvm-project/mlir/lib/Transforms/ |
D | StripDebugInfo.cpp | 18 struct StripDebugInfo : public StripDebugInfoBase<StripDebugInfo> { struct 23 void StripDebugInfo::runOnOperation() { in runOnOperation() 31 return std::make_unique<StripDebugInfo>(); in createStripDebugInfoPass()
|
D | CMakeLists.txt | 23 StripDebugInfo.cpp
|
/external/llvm-project/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-10.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 38 bool StripDebugInfo(Module &M);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfo.h | 39 bool StripDebugInfo(Module &M);
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 242 Changed |= StripDebugInfo(M); in runOnModule() 395 StripDebugInfo(M); in run()
|
D | ThinLTOBitcodeWriter.cpp | 286 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode() 420 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 286 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode() 420 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
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 236 Changed |= StripDebugInfo(M); in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 292 StripDebugInfo(M); in checkDebugifyMetadata()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 226 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 506 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 509 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
|
D | ThinLTOCodeGenerator.cpp | 178 StripDebugInfo(TheModule); in verifyLoadedModule()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 524 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
|
D | ThinLTOCodeGenerator.cpp | 183 StripDebugInfo(TheModule); in verifyLoadedModule()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 397 StripDebugInfo(*M); in main()
|
/external/llvm-project/llvm/tools/opt/ |
D | opt.cpp | 618 StripDebugInfo(*M); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 350 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm 743 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 358 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm 780 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
|
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | Passes.td | 574 def StripDebugInfo : Pass<"strip-debuginfo"> {
|
/external/llvm-project/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 1317 stripMetadata(StripDebugInfo); in DebugACrash()
|