Home
last modified time | relevance | path

Searched defs:isInAlloca (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetCallingConv.h79 bool isInAlloca() const { return Flags & InAlloca; } in isInAlloca() function
DTargetLowering.h2317 bool isInAlloca : 1; member
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h165 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function