Home
last modified time | relevance | path

Searched refs:getArchProfile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAArch64.h63 StringRef getArchProfile() const;
H A DAArch64.cpp55 StringRef AArch64TargetInfo::getArchProfile() const { in getArchProfile() function in AArch64TargetInfo
282 Builder.defineMacro("__ARM_ARCH_PROFILE", "'" + getArchProfile() + "'"); in getTargetDefines()