Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6275 SmallVector<llvm::Type*, 8> ArgList, IntArgList; in HandleAggregates() local
6324 CoerceToIntArgs(TySize - LastOffset, IntArgList); in HandleAggregates()
6325 ArgList.append(IntArgList.begin(), IntArgList.end()); in HandleAggregates()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp7724 SmallVector<llvm::Type*, 8> ArgList, IntArgList; in HandleAggregates() local
7773 CoerceToIntArgs(TySize - LastOffset, IntArgList); in HandleAggregates()
7774 ArgList.append(IntArgList.begin(), IntArgList.end()); in HandleAggregates()