Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h55 bool StripDebugInfo(Module &M);
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp234 Changed |= StripDebugInfo(M); in runOnModule()
/external/llvm/lib/IR/
DDebugInfo.cpp318 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm
DAutoUpgrade.cpp889 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo()
/external/llvm/tools/opt/
Dopt.cpp358 StripDebugInfo(*M); in main()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp225 bool StripDebugInfo = false; member in __anonc494fbf60111::BitcodeReader
3064 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()
5250 if (StripDebugInfo) in materialize()