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

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 663 /// getLocRange - Get the range between the first and last token of this
665 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 531 /// getLocRange - Get the range between the first and last token of this
533 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
    [all...]

Completed in 90 milliseconds