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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 147 DIEAbbrev &getAbbrev() { return Abbrev; }
DwarfDebug.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 497 /// getAbbrev - Return the abbreviation for the specified AbbrevId.
498 const BitCodeAbbrev *getAbbrev(unsigned AbbrevID) {
514 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID);

Completed in 27 milliseconds