Searched refs:HandleAggregates (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 6187 llvm::Type* HandleAggregates(QualType Ty, uint64_t TySize) const; 6274 llvm::Type* MipsABIInfo::HandleAggregates(QualType Ty, uint64_t TySize) const { in HandleAggregates() function in MipsABIInfo 6365 ABIArgInfo::getDirect(HandleAggregates(Ty, TySize), 0, in classifyArgumentType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 7621 llvm::Type* HandleAggregates(QualType Ty, uint64_t TySize) const; 7723 llvm::Type* MipsABIInfo::HandleAggregates(QualType Ty, uint64_t TySize) const { in HandleAggregates() function in MipsABIInfo 7814 ABIArgInfo::getDirect(HandleAggregates(Ty, TySize), 0, in classifyArgumentType()
|