Home
last modified time | relevance | path

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

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