Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h28 enum PPCABI { PPC_ABI_UNKNOWN, PPC_ABI_ELFv1, PPC_ABI_ELFv2 }; enum
33 PPCABI TargetABI;
H A DPPCTargetMachine.cpp243 static PPCTargetMachine::PPCABI computeTargetABI(const Triple &TT, in computeTargetABI()