Searched defs:handleTargetFeatures (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | BPF.cpp | 50 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in BPFTargetInfo
|
H A D | SystemZ.h | 114 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | Hexagon.cpp | 112 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
H A D | PPC.cpp | 31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
H A D | RISCV.cpp | 285 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
H A D | WebAssembly.cpp | 141 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
H A D | AMDGPU.h | 407 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | Mips.h | 307 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | Sparc.h | 39 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | X86.h | 509 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 882 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | AArch64.cpp | 437 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
|
H A D | X86.cpp | 167 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
H A D | ARM.cpp | 425 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1273 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|