Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3413 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()
3556 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()
4213 Op.setTokenValue(Tmp); in MatchAndEmitATTInstruction()
4266 Op.setTokenValue(Base); in MatchAndEmitATTInstruction()
4459 Op.setTokenValue(Tmp); in MatchAndEmitIntelInstruction()
4464 Op.setTokenValue(Base); in MatchAndEmitIntelInstruction()
H A DX86Operand.h153 void setTokenValue(StringRef Value) { in setTokenValue() function