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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 47 static const uint64_t InAlloca = 1ULL<<12; ///< Passed with inalloca
79 bool isInAlloca() const { return Flags & InAlloca; }
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 72 milliseconds