Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h539 struct CGFunctionInfoArgInfo { struct
548 private llvm::TrailingObjects<CGFunctionInfo, CGFunctionInfoArgInfo, argument
550 typedef CGFunctionInfoArgInfo ArgInfo;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1748 MutableArrayRef<CGFunctionInfoArgInfo> Args = FI.arguments(); in runVectorCallFirstPass()
1949 MutableArrayRef<CGFunctionInfoArgInfo> Args = FI.arguments(); in computeInfo()