Home
last modified time | relevance | path

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

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