HomeSort by: relevance | last modified time | path
    Searched defs:WindowsARM64TargetInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.cpp 810 WindowsARM64TargetInfo::WindowsARM64TargetInfo(const llvm::Triple &Triple,
828 void WindowsARM64TargetInfo::setDataLayout() {
836 WindowsARM64TargetInfo::getBuiltinVaListKind() const {
841 WindowsARM64TargetInfo::checkCallingConvention(CallingConv CC) const {
862 : WindowsARM64TargetInfo(Triple, Opts) {
868 WindowsARM64TargetInfo::getTargetDefines(Opts, Builder);
878 unsigned Align = WindowsARM64TargetInfo::getMinGlobalAlign(TypeSize);
896 : WindowsARM64TargetInfo(Triple, Opts) {
AArch64.h 156 class LLVM_LIBRARY_VISIBILITY WindowsARM64TargetInfo
161 WindowsARM64TargetInfo(const llvm::Triple &Triple,
173 : public WindowsARM64TargetInfo {
188 : public WindowsARM64TargetInfo {

Completed in 66 milliseconds