Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DStripDebugInfo.cpp24 StripDebugInfo(Program); in stripDebugInfoImpl()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DCMakeLists.txt61 deltas/StripDebugInfo.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/
H A DBUILD.gn53 "deltas/StripDebugInfo.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp242 Changed |= StripDebugInfo(M); in runOnModule()
441 StripDebugInfo(M); in run()
H A DThinLTOBitcodeWriter.cpp340 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
478 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h65 bool StripDebugInfo(Module &M);
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp567 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp185 StripDebugInfo(TheModule); in verifyLoadedModule()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp558 StripDebugInfo(*M); in main()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp262 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp493 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
954 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
H A DAutoUpgrade.cpp4502 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1315 stripMetadata(StripDebugInfo); in DebugACrash()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp671 bool StripDebugInfo = false; member in __anone38b3fdf0411::BitcodeReader
3646 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
6592 if (StripDebugInfo) in materialize()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt8433 mlir/lib/Transforms/StripDebugInfo.cpp