HomeSort by relevance Sort by last modified time
    Searched refs:StripDebugInfo (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 55 bool StripDebugInfo(Module &M);
56 bool stripDebugInfo(Function &F);
  /external/llvm/lib/IR/
DebugInfo.cpp 301 bool llvm::stripDebugInfo(Function &F) {
318 bool llvm::StripDebugInfo(Module &M) {
352 Changed |= stripDebugInfo(F);
AutoUpgrade.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 234 Changed |= StripDebugInfo(M);
  /external/llvm/tools/opt/
opt.cpp 358 StripDebugInfo(*M);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 225 bool StripDebugInfo = false;
    [all...]

Completed in 218 milliseconds