Searched refs:getArchFeatures (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.h109 bool getArchFeatures(ArchKind AK, std::vector<StringRef> &Features);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAArch64TargetParser.cpp107 bool AArch64::getArchFeatures(AArch64::ArchKind AK, function in class:AArch64
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp94 if (!llvm::AArch64::getArchFeatures(ArchKind, Features))
118 !llvm::AArch64::getArchFeatures(ArchKind, Features) ||
H A DRISCV.cpp267 static bool getArchFeatures(const Driver &D, StringRef MArch, function
467 if (!getArchFeatures(D, MArch, Features, Args))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5164 AArch64::getArchFeatures(ID, AArch64Features);

Completed in 191 milliseconds