Searched refs:getArchProfile (Results 1 – 2 of 2) sorted by relevance
63 StringRef getArchProfile() const;
55 StringRef AArch64TargetInfo::getArchProfile() const { in getArchProfile() function in AArch64TargetInfo282 Builder.defineMacro("__ARM_ARCH_PROFILE", "'" + getArchProfile() + "'"); in getTargetDefines()