Home
last modified time | relevance | path

Searched defs:ArgListTy (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h68 using ArgListTy = TargetLoweringBase::ArgListTy; variable
H A DTargetLowering.h304 using ArgListTy = std::vector<ArgListEntry>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2915 SmallVector<Type*, 16> ArgListTy; in parseFunctionType() local