Home
last modified time | relevance | path

Searched refs:parseNormalizedArchString (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVISAInfo.h65 parseNormalizedArchString(StringRef Arch);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp306 auto ParseResult = RISCVISAInfo::parseNormalizedArchString(*Attr); in getRISCVFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp645 RISCVISAInfo::parseNormalizedArchString(StringRef Arch) { in parseNormalizedArchString() function in RISCVISAInfo
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1063 auto maybeInfo = RISCVISAInfo::parseNormalizedArchString(s); in mergeArch()