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 79 bool isInAlloca() const { return Flags & InAlloca; }
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 82 unsigned AllocaFieldIndex; // isInAlloca()
86 bool InAllocaSRet : 1; // isInAlloca()
165 bool isInAlloca() const { return TheKind == InAlloca; }
252 assert(isInAlloca() && "Invalid kind!");
256 assert(isInAlloca() && "Invalid kind!");
263 assert(isInAlloca() && "Invalid kind!");
268 assert(isInAlloca() && "Invalid kind!");

Completed in 79 milliseconds