Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetCallingConv.h79 bool isInAlloca() const { return Flags & InAlloca; } in isInAlloca() function
HDTargetLowering.h2282 bool isInAlloca : 1; member
/NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/
HDCGFunctionInfo.h164 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function