Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h69 using ArgListTy = TargetLoweringBase::ArgListTy; variable
H A DTargetLowering.h327 using ArgListTy = std::vector<ArgListEntry>; variable
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3318 SmallVector<Type*, 16> ArgListTy; in parseFunctionType() local