Home
last modified time | relevance | path

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

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