Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h44 bool StripDebugInfo(Module &M);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DStripSymbols.cpp237 static bool StripDebugInfo(Module &M) { in StripDebugInfo() function
287 Changed |= StripDebugInfo(M); in runOnModule()
/external/llvm/lib/IR/
DDebugInfo.cpp268 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
DAutoUpgrade.cpp1445 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo()
DVerifier.cpp4355 if (!StripDebugInfo(M)) in doFinalization()
4399 if (!StripDebugInfo(M)) in run()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp236 Changed |= StripDebugInfo(M); in runOnModule()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp506 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
/external/llvm/tools/opt/
Dopt.cpp397 StripDebugInfo(*M); in main()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp277 bool StripDebugInfo = false; member in __anonecb5182a0111::BitcodeReader
3417 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
5695 if (StripDebugInfo) in materialize()