HomeSort by: relevance | last modified time | path
    Searched refs:handleTargetFeatures (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
BPF.cpp 50 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
BPF.h 59 bool handleTargetFeatures(std::vector<std::string> &Features,
Hexagon.h 103 bool handleTargetFeatures(std::vector<std::string> &Features,
SystemZ.h 114 bool handleTargetFeatures(std::vector<std::string> &Features,
Hexagon.cpp 112 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
RISCV.h 109 bool handleTargetFeatures(std::vector<std::string> &Features,
Sparc.h 39 bool handleTargetFeatures(std::vector<std::string> &Features,
WebAssembly.cpp 141 bool WebAssemblyTargetInfo::handleTargetFeatures(
WebAssembly.h 83 bool handleTargetFeatures(std::vector<std::string> &Features,
X86.h 295 bool handleTargetFeatures(std::vector<std::string> &Features,
509 bool handleTargetFeatures(std::vector<std::string> &Features,
511 if (!DarwinTargetInfo<X86_32TargetInfo>::handleTargetFeatures(Features,
882 bool handleTargetFeatures(std::vector<std::string> &Features,
884 if (!DarwinTargetInfo<X86_64TargetInfo>::handleTargetFeatures(Features,
AArch64.h 100 bool handleTargetFeatures(std::vector<std::string> &Features,
ARM.h 137 bool handleTargetFeatures(std::vector<std::string> &Features,
Mips.h 307 bool handleTargetFeatures(std::vector<std::string> &Features,
RISCV.cpp 252 /// Return true if has this feature, need to sync with handleTargetFeatures.
285 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
AMDGPU.h 407 bool handleTargetFeatures(std::vector<std::string> &Features,
PPC.h 187 bool handleTargetFeatures(std::vector<std::string> &Features,
PPC.cpp 29 /// handleTargetFeatures - Perform initialization based on the user
31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
AArch64.cpp 437 bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
ARM.cpp 425 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
X86.cpp 165 /// handleTargetFeatures - Perform initialization based on the user
167 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 1269 /// FIXME: This part should be fixed so that we can change handleTargetFeatures
1273 virtual bool handleTargetFeatures(std::vector<std::string> &Features,
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Targets.cpp 715 if (!Target->handleTargetFeatures(Opts->Features, Diags))

Completed in 46 milliseconds