Home
last modified time | relevance | path

Searched refs:setTokenValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2575 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()
2740 static_cast<X86Operand &>(*Operands[0]).setTokenValue("int3"); in ParseInstruction()
2751 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()
2993 Op.setTokenValue(Tmp); in MatchAndEmitATTInstruction()
3018 Op.setTokenValue(Base); in MatchAndEmitATTInstruction()
3173 Op.setTokenValue(Tmp); in MatchAndEmitIntelInstruction()
3178 Op.setTokenValue(Base); in MatchAndEmitIntelInstruction()
H A DX86Operand.h153 void setTokenValue(StringRef Value) { in setTokenValue() function