Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3627 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in parseInstruction()
3770 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in parseInstruction()
4338 Op.setTokenValue(Tmp); in matchAndEmitATTInstruction()
4391 Op.setTokenValue(Base); in matchAndEmitATTInstruction()
4549 Op.setTokenValue(Tmp); in matchAndEmitIntelInstruction()
4554 Op.setTokenValue(Base); in matchAndEmitIntelInstruction()
H A DX86Operand.h163 void setTokenValue(StringRef Value) { in setTokenValue() function