HomeSort by relevance Sort by last modified time
    Searched refs:stripDebugInfo (Results 1 - 3 of 3) 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);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 225 bool StripDebugInfo = false;
    [all...]

Completed in 736 milliseconds