Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp176 class WindowsAArch64TargetCodeGenInfo : public AArch64TargetCodeGenInfo { class
178 WindowsAArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIKind K) in WindowsAArch64TargetCodeGenInfo() function in __anona63ee2500111::WindowsAArch64TargetCodeGenInfo
195 void WindowsAArch64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
969 return std::make_unique<WindowsAArch64TargetCodeGenInfo>(CGM.getTypes(), K); in createWindowsAArch64TargetCodeGenInfo()