Home
last modified time | relevance | path

Searched refs:handleTargetFeatures (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DX86.h295 bool handleTargetFeatures(std::vector<std::string> &Features,
513 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
515 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
888 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
890 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
DBPF.cpp50 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
DBPF.h59 bool handleTargetFeatures(std::vector<std::string> &Features,
DHexagon.h103 bool handleTargetFeatures(std::vector<std::string> &Features,
DSystemZ.h116 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DRISCV.h110 bool handleTargetFeatures(std::vector<std::string> &Features,
DWebAssembly.h83 bool handleTargetFeatures(std::vector<std::string> &Features,
DSparc.h39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DHexagon.cpp112 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
DWebAssembly.cpp141 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
DAArch64.h100 bool handleTargetFeatures(std::vector<std::string> &Features,
DRISCV.cpp288 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
DARM.h137 bool handleTargetFeatures(std::vector<std::string> &Features,
DMips.h307 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DAMDGPU.h411 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DPPC.h190 bool handleTargetFeatures(std::vector<std::string> &Features,
DPPC.cpp31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
DAArch64.cpp440 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
DX86.cpp180 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
DARM.cpp425 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1279 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargets.cpp715 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()