HomeSort by relevance Sort by last modified time
    Searched defs:isInAlloca (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 78 bool isInAlloca() const { return Flags & InAlloca; }
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 81 unsigned AllocaFieldIndex; // isInAlloca()
85 bool InAllocaSRet : 1; // isInAlloca()
161 bool isInAlloca() const { return TheKind == InAlloca; }
248 assert(isInAlloca() && "Invalid kind!");
252 assert(isInAlloca() && "Invalid kind!");
259 assert(isInAlloca() && "Invalid kind!");
264 assert(isInAlloca() && "Invalid kind!");

Completed in 63 milliseconds