Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h113 bool IndirectByVal : 1; // isIndirect() variable
138 InAllocaIndirect(false), IndirectByVal(false), IndirectRealign(false),
400 return IndirectByVal; in getIndirectByVal()
404 IndirectByVal = IBV; in setIndirectByVal()