Searched refs:APCS (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3837 APCS = 0, enumerator in enum:__anon17879::ARMABIInfo::ABIKind
3957 if (cast<ARMABIInfo>(getABIInfo()).getABIKind() == ARMABIInfo::APCS)
4043 case APCS: return llvm::CallingConv::ARM_APCS;
4317 // The ABI alignment for APCS is 4-byte and for AAPCS at least 4-byte and at
4357 // APCS, C Language Calling Conventions, Non-Simple Return Values: A structure
4460 // Are we following APCS?
4461 if (getABIKind() == APCS) {
4556 // APCS. For AAPCS, the ABI alignment is at least 4-byte and at most 8-byte.
6592 Kind = ARMABIInfo::APCS;

Completed in 119 milliseconds