Searched defs:handleTargetFeatures (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/llvm/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 | CSKY.cpp | 113 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in CSKYTargetInfo
|
H A D | LoongArch.cpp | 205 bool LoongArchTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in LoongArchTargetInfo
|
H A D | SystemZ.h | 158 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | Hexagon.cpp | 129 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in HexagonTargetInfo
|
H A D | WebAssembly.cpp | 163 bool WebAssemblyTargetInfo::handleTargetFeatures( in handleTargetFeatures() function in WebAssemblyTargetInfo
|
H A D | PPC.cpp | 31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in PPCTargetInfo
|
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 | AMDGPU.h | 438 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | RISCV.cpp | 299 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in RISCVTargetInfo
|
H A D | X86.h | 545 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function 924 bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|
H A D | X86.cpp | 187 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in X86TargetInfo
|
H A D | ARM.cpp | 496 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in ARMTargetInfo
|
H A D | AArch64.cpp | 710 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function in AArch64TargetInfo
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1381 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() function
|