Home
last modified time | relevance | path

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

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