Searched refs:PPCTargetInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.cpp | 42 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 276 void PPCTargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines() 523 bool PPCTargetInfo::initFeatureMap( in initFeatureMap() 595 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() 615 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 674 const char *const PPCTargetInfo::GCCRegNames[] = { 690 ArrayRef<const char *> PPCTargetInfo::getGCCRegNames() const { in getGCCRegNames() 694 const TargetInfo::GCCRegAlias PPCTargetInfo::GCCRegAliases[] = { 721 ArrayRef<TargetInfo::GCCRegAlias> PPCTargetInfo::getGCCRegAliases() const { in getGCCRegAliases() 749 ArrayRef<TargetInfo::AddlRegName> PPCTargetInfo::getGCCAddlRegNames() const { in getGCCAddlRegNames() [all …]
|
| H A D | PPC.h | 27 class LLVM_LIBRARY_VISIBILITY PPCTargetInfo : public TargetInfo { 80 PPCTargetInfo(const llvm::Triple &Triple, const TargetOptions &) in PPCTargetInfo() function 388 class LLVM_LIBRARY_VISIBILITY PPC32TargetInfo : public PPCTargetInfo { 391 : PPCTargetInfo(Triple, Opts) { in PPC32TargetInfo() 441 class LLVM_LIBRARY_VISIBILITY PPC64TargetInfo : public PPCTargetInfo { 444 : PPCTargetInfo(Triple, Opts) { in PPC64TargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11797 …etTargetBuiltinsERPKN5clang7Builtin4InfoERj", "(anonymous namespace)::PPCTargetInfo::getTargetBuil… 11799 {"_ZNK12_GLOBAL__N_113PPCTargetInfo11getClobbersEv", "(anonymous namespace)::PPCTargetInfo::getClob… 11800 …N_113PPCTargetInfo14getGCCRegNamesERPKPKcRj", "(anonymous namespace)::PPCTargetInfo::getGCCRegName… 11801 …asesERPKN5clang10TargetInfo11GCCRegAliasERj", "(anonymous namespace)::PPCTargetInfo::getGCCRegAlia… 11802 …tERPKcRN5clang10TargetInfo14ConstraintInfoE", "(anonymous namespace)::PPCTargetInfo::validateAsmCo… 11804 …RKN5clang11LangOptionsERNS1_12MacroBuilderE", "(anonymous namespace)::PPCTargetInfo::getTargetDefi… 11809 {"_ZN12_GLOBAL__N_113PPCTargetInfoD1Ev", "(anonymous namespace)::PPCTargetInfo::~PPCTargetInfo()"}, 11810 {"_ZN12_GLOBAL__N_113PPCTargetInfoD0Ev", "(anonymous namespace)::PPCTargetInfo::~PPCTargetInfo()"}, 25509 {"_ZN12_GLOBAL__N_113PPCTargetInfo11GCCRegNamesE", "(anonymous namespace)::PPCTargetInfo::GCCRegNam… 25511 {"_ZTVN12_GLOBAL__N_113PPCTargetInfoE", "vtable for (anonymous namespace)::PPCTargetInfo"}, [all …]
|