Home
last modified time | relevance | path

Searched refs:toFeatures (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVISAInfo.h72 std::vector<std::string> toFeatures(bool AddAllExtensions = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp289 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap()
402 (*RII)->toFeatures(/* AddAllExtensions */ true); in handleFullArchString()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp45 for (const std::string &Str : (*ISAInfo)->toFeatures(/*AddAllExtension=*/true, in getArchFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp318 Features.addFeaturesVector(ISAInfo->toFeatures()); in getRISCVFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp468 std::vector<std::string> RISCVISAInfo::toFeatures(bool AddAllExtensions, in toFeatures() function in RISCVISAInfo