Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DX86.h290 bool handleTargetFeatures(std::vector<std::string> &Features,
500 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
502 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
871 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
873 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
DHexagon.h103 bool handleTargetFeatures(std::vector<std::string> &Features,
DSystemZ.h114 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DRISCV.h86 bool handleTargetFeatures(std::vector<std::string> &Features,
DWebAssembly.h84 bool handleTargetFeatures(std::vector<std::string> &Features,
DRISCV.cpp165 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
DSparc.h39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DHexagon.cpp109 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
DAArch64.h90 bool handleTargetFeatures(std::vector<std::string> &Features,
DWebAssembly.cpp152 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
DARM.h135 bool handleTargetFeatures(std::vector<std::string> &Features,
DMips.h307 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DPPC.h184 bool handleTargetFeatures(std::vector<std::string> &Features,
DAMDGPU.h404 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
DPPC.cpp31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
DAArch64.cpp403 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
DX86.cpp167 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
DARM.cpp421 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
/external/clang/lib/Basic/
DTargets.cpp977 bool handleTargetFeatures(std::vector<std::string> &Features,
1128 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::PPCTargetInfo
2685 bool handleTargetFeatures(std::vector<std::string> &Features,
3269 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::X86TargetInfo
4101 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::DarwinI386TargetInfo
4103 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
4523 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::DarwinX86_64TargetInfo
4525 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features, in handleTargetFeatures()
4959 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::ARMTargetInfo
5811 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in __anon6f485c4e0111::AArch64TargetInfo
[all …]
/external/clang/include/clang/Basic/
DTargetInfo.h857 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1236 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
/external/llvm-project/clang/lib/Basic/
DTargets.cpp694 if (!Target->handleTargetFeatures(Opts->Features, Diags)) in CreateTargetInfo()