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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 152 DIEAbbrev &getAbbrev() { return Abbrev; }
153 const DIEAbbrev &getAbbrev() const { return Abbrev; }
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 533 /// getAbbrev - Return the abbreviation for the specified AbbrevId.
534 const BitCodeAbbrev *getAbbrev(unsigned AbbrevID) {

Completed in 590 milliseconds