Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td85 // only the ELFv2 ABI fully utilizes all these registers.
105 // ELFv2 ABI fully utilizes all these registers.
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4351 ELFv2 enumerator
4537 if (!AlignAsType && Kind == ELFv2 && in getParamTypeAlignment()
4728 if (Kind == ELFv2 && in classifyArgumentType()
4794 if (Kind == ELFv2 && in classifyReturnType()
4803 if (Kind == ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()
9340 Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()
9350 PPC64_SVR4_ABIInfo::ABIKind Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()