Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp100 class AArch64TargetCodeGenInfo : public TargetCodeGenInfo { class
102 AArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIKind Kind) in AArch64TargetCodeGenInfo() function in __anona63ee2500111::AArch64TargetCodeGenInfo
176 class WindowsAArch64TargetCodeGenInfo : public AArch64TargetCodeGenInfo {
179 : AArch64TargetCodeGenInfo(CGT, K) {} in WindowsAArch64TargetCodeGenInfo()
197 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
857 void AArch64TargetCodeGenInfo::checkFunctionABI( in checkFunctionABI()
873 void AArch64TargetCodeGenInfo::checkFunctionCallABIStreaming( in checkFunctionCallABIStreaming()
902 void AArch64TargetCodeGenInfo::checkFunctionCallABISoftFloat( in checkFunctionCallABISoftFloat()
920 void AArch64TargetCodeGenInfo::checkFunctionCallABI(CodeGenModule &CGM, in checkFunctionCallABI()
963 return std::make_unique<AArch64TargetCodeGenInfo>(CGM.getTypes(), Kind); in createAArch64TargetCodeGenInfo()