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

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 34 SMRange AsmToken::getLocRange() const {
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 76 /// getLocRange - Get the range between the first and last token of this
78 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 650 /// getLocRange - Get the range between the first and last token of this
652 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
    [all...]

Completed in 668 milliseconds