Home
last modified time | relevance | path

Searched defs:createToken (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp198 static std::unique_ptr<BPFOperand> createToken(StringRef Str, SMLoc S) { in createToken() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp225 static std::unique_ptr<CSKYOperand> createToken(StringRef Str, SMLoc S) { in createToken() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp280 std::unique_ptr<M68kOperand> M68kOperand::createToken(StringRef Token, in createToken() function in M68kOperand
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp161 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken() function in __anonc1ff31d20111::SystemZOperand
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp760 static std::unique_ptr<RISCVOperand> createToken(StringRef Str, SMLoc S, in createToken() function