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.cpp120 class AArch64TargetCodeGenInfo : public TargetCodeGenInfo { class
122 AArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIKind Kind) in AArch64TargetCodeGenInfo() function in __anona63ee2500111::AArch64TargetCodeGenInfo
201 class WindowsAArch64TargetCodeGenInfo : public AArch64TargetCodeGenInfo {
204 : AArch64TargetCodeGenInfo(CGT, K) {} in WindowsAArch64TargetCodeGenInfo()
222 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
1190 void AArch64TargetCodeGenInfo::checkFunctionABI( in checkFunctionABI()
1249 void AArch64TargetCodeGenInfo::checkFunctionCallABIStreaming( in checkFunctionCallABIStreaming()
1281 void AArch64TargetCodeGenInfo::checkFunctionCallABISoftFloat( in checkFunctionCallABISoftFloat()
1299 void AArch64TargetCodeGenInfo::checkFunctionCallABI(CodeGenModule &CGM, in checkFunctionCallABI()
1309 bool AArch64TargetCodeGenInfo::wouldInliningViolateFunctionCallABI( in wouldInliningViolateFunctionCallABI()
[all …]