Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRISCVISAInfo.h58 parseNormalizedArchString(StringRef Arch);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp306 auto ParseResult = RISCVISAInfo::parseNormalizedArchString(*Attr); in getRISCVFeatures()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRISCVISAInfo.cpp506 RISCVISAInfo::parseNormalizedArchString(StringRef Arch) { in parseNormalizedArchString() function in RISCVISAInfo
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp849 auto maybeInfo = RISCVISAInfo::parseNormalizedArchString(s); in mergeArch()