Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A DCompilerWriterInfo.rst171 * `OpenPOWER ELFv2 Errata: ELFv2 ABI Version 1.4 <https://openpowerfoundation.org/?resource_lib=ope…
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td83 // only the ELFv2 ABI fully utilizes all these registers.
99 // ELFv2 ABI fully utilizes all these registers.
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp4987 ELFv2 enumerator
5144 if (!AlignAsType && Kind == ELFv2 && in getParamTypeAlignment()
5338 if (Kind == ELFv2 && in classifyArgumentType()
5408 if (Kind == ELFv2 && in classifyReturnType()
5417 if (Kind == ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()
12299 Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()
12308 PPC64_SVR4_ABIInfo::ABIKind Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()