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

  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 68 /// getOffsetOfLoc - Get the location of the offset operator.
69 virtual SMLoc getOffsetOfLoc() const { return SMLoc(); }
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 78 /// getOffsetOfLoc - Get the location of the offset operator.
79 SMLoc getOffsetOfLoc() const override { return OffsetOfLoc; }

Completed in 54 milliseconds