Home
last modified time | relevance | path

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

12

/external/llvm-project/mlir/lib/Transforms/
DStripDebugInfo.cpp18 struct StripDebugInfo : public StripDebugInfoBase<StripDebugInfo> { struct
23 void StripDebugInfo::runOnOperation() { in runOnOperation()
31 return std::make_unique<StripDebugInfo>(); in createStripDebugInfoPass()
DCMakeLists.txt23 StripDebugInfo.cpp
/external/llvm-project/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-10.0/llvm/include/llvm/IR/
DDebugInfo.h38 bool StripDebugInfo(Module &M);
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h39 bool StripDebugInfo(Module &M);
/external/llvm-project/llvm/lib/Transforms/IPO/
DStripSymbols.cpp242 Changed |= StripDebugInfo(M); in runOnModule()
395 StripDebugInfo(M); in run()
DThinLTOBitcodeWriter.cpp286 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
420 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp286 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
420 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
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp236 Changed |= StripDebugInfo(M); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp292 StripDebugInfo(M); in checkDebugifyMetadata()
/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp226 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp506 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp509 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
DThinLTOCodeGenerator.cpp178 StripDebugInfo(TheModule); in verifyLoadedModule()
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp524 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
DThinLTOCodeGenerator.cpp183 StripDebugInfo(TheModule); in verifyLoadedModule()
/external/llvm/tools/opt/
Dopt.cpp397 StripDebugInfo(*M); in main()
/external/llvm-project/llvm/tools/opt/
Dopt.cpp618 StripDebugInfo(*M); in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp350 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
743 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp358 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
780 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
/external/llvm-project/mlir/include/mlir/Transforms/
DPasses.td574 def StripDebugInfo : Pass<"strip-debuginfo"> {
/external/llvm-project/llvm/tools/bugpoint/
DCrashDebugger.cpp1317 stripMetadata(StripDebugInfo); in DebugACrash()

12