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

  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 75 /// getLocRange - Get the range between the first and last token of this
77 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 616 /// getLocRange - Get the range between the first and last token of this
618 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
    [all...]

Completed in 41 milliseconds