Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DStripDebugInfo.cpp18 struct StripDebugInfo : public StripDebugInfoBase<StripDebugInfo> { struct
23 void StripDebugInfo::runOnOperation() { in runOnOperation()
42 return std::make_unique<StripDebugInfo>(); in createStripDebugInfoPass()
H A DCMakeLists.txt12 StripDebugInfo.cpp
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dstrip-DIGlobalVariable.ll8 ; Test that StripDebugInfo strips global variables.
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp241 Changed |= StripDebugInfo(M); in runOnModule()
394 StripDebugInfo(M); in run()
H A DThinLTOBitcodeWriter.cpp340 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
478 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h57 bool StripDebugInfo(Module &M);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp485 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp185 StripDebugInfo(TheModule); in verifyLoadedModule()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DPasses.td168 def StripDebugInfo : Pass<"strip-debuginfo"> {
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp612 StripDebugInfo(*M); in main()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp474 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
899 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
H A DAutoUpgrade.cpp4219 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp255 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1315 stripMetadata(StripDebugInfo); in DebugACrash()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp672 bool StripDebugInfo = false; member in __anon27c3e5780411::BitcodeReader
3519 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
6427 if (StripDebugInfo) in materialize()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8444 mlir/lib/Transforms/StripDebugInfo.cpp