Home
last modified time | relevance | path

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

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