Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDRISCVISAInfo.h42 parseNormalizedArchString(StringRef Arch);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDELFObjectFile.cpp382 auto ParseResult = RISCVISAInfo::parseNormalizedArchString(*Attr); in getRISCVFeatures()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDRISCVISAInfo.cpp481 RISCVISAInfo::parseNormalizedArchString(StringRef Arch) { in parseNormalizedArchString() function in RISCVISAInfo
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDRISCV.cpp1063 auto maybeInfo = RISCVISAInfo::parseNormalizedArchString(s); in mergeArch()