HomeSort by: relevance | last modified time | path
    Searched refs:stripDebugInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfo.h 57 bool StripDebugInfo(Module &M);
58 bool stripDebugInfo(Function &F);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 407 bool llvm::stripDebugInfo(Function &F) {
442 bool llvm::StripDebugInfo(Module &M) {
456 Changed |= stripDebugInfo(F);
865 return StripDebugInfo(*unwrap(M));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 1471 stripDebugInfo(NewFunc);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 562 bool StripDebugInfo = false;
3066 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; }
5572 if (StripDebugInfo)
5573 stripDebugInfo(*F);

Completed in 39 milliseconds