Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h105 bool InAllocaIndirect : 1;// isInAlloca() variable
131 InAllocaIndirect(false), IndirectByVal(false), IndirectRealign(false), in TypeData()
427 return InAllocaIndirect; in getInAllocaIndirect()
431 InAllocaIndirect = Indirect; in setInAllocaIndirect()