Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDX86.h338 bool handleTargetFeatures(std::vector<std::string> &Features,
550 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
552 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
933 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
935 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
HDBPF.cpp85 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
HDCSKY.h90 bool handleTargetFeatures(std::vector<std::string> &Features,
HDBPF.h58 bool handleTargetFeatures(std::vector<std::string> &Features,
HDHexagon.h103 bool handleTargetFeatures(std::vector<std::string> &Features,
HDLoongArch.h91 bool handleTargetFeatures(std::vector<std::string> &Features,
HDSystemZ.h166 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
HDCSKY.cpp114 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in CSKYTargetInfo
HDRISCV.h106 bool handleTargetFeatures(std::vector<std::string> &Features,
HDWebAssembly.h114 bool handleTargetFeatures(std::vector<std::string> &Features,
HDSparc.h39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
HDLoongArch.cpp298 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
HDHexagon.cpp127 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
HDWebAssembly.cpp180 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
HDARM.h172 bool handleTargetFeatures(std::vector<std::string> &Features,
HDAArch64.h163 bool handleTargetFeatures(std::vector<std::string> &Features,
HDMips.h314 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
HDAMDGPU.h429 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
HDPPC.h204 bool handleTargetFeatures(std::vector<std::string> &Features,
HDRISCV.cpp334 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
HDPPC.cpp33 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
HDX86.cpp255 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
HDARM.cpp504 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1481 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDTargets.cpp830 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()

12