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

  /external/llvm/lib/IR/
DebugInfo.cpp 310 bool llvm::stripDebugInfo(Function &F) {
323 bool llvm::StripDebugInfo(Module &M) {
357 Changed |= stripDebugInfo(F);
  /external/llvm/include/llvm/IR/
DebugInfo.h 440 bool StripDebugInfo(Module &M);
441 bool stripDebugInfo(Function &F);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 222 bool StripDebugInfo = false;
    [all...]

Completed in 1659 milliseconds