Searched refs:resetToArch (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 235 bool resetToArch(StringRef Arch, SMLoc Loc, std::string &Result, 2779 bool RISCVAsmParser::resetToArch(StringRef Arch, SMLoc Loc, std::string &Result, in resetToArch() function in RISCVAsmParser 2881 if (resetToArch(Arch, Loc, Result, true)) in parseDirectiveOption() 3076 if (resetToArch(StringValue, ValueExprLoc, Result, false)) in parseDirectiveAttribute()
|