Home
last modified time | relevance | path

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

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