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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5111 class MipsABIInfo : public ABIInfo { class in namespace:__anon17884
5120 MipsABIInfo(CodeGenTypes &CGT, bool _IsO32) : function in class:__anon17884::MipsABIInfo
5135 : TargetCodeGenInfo(new MipsABIInfo(CGT, IsO32)),
5164 void MipsABIInfo::CoerceToIntArgs(uint64_t TySize,
5182 llvm::Type* MipsABIInfo::HandleAggregates(QualType Ty, uint64_t TySize) const {
5238 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset,
5247 MipsABIInfo::classifyArgumentType(QualType Ty, uint64_t &Offset) const {
5286 MipsABIInfo::returnAggregateInRegs(QualType RetTy, uint64_t Size) const {
5327 ABIArgInfo MipsABIInfo::classifyReturnType(QualType RetTy) const {
5357 void MipsABIInfo
[all...]

Completed in 80 milliseconds