Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp234 Changed |= StripDebugInfo(M); in runOnModule()
/external/llvm/lib/IR/
DDebugInfo.cpp323 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
DAutoUpgrade.cpp917 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo()
/external/llvm/tools/opt/
Dopt.cpp375 StripDebugInfo(*M); in main()
/external/llvm/include/llvm/IR/
DDebugInfo.h440 bool StripDebugInfo(Module &M);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp222 bool StripDebugInfo = false; member in __anond61b99ca0111::BitcodeReader
2625 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
4327 if (StripDebugInfo) in materialize()