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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 46 static const uint64_t InAlloca = 1ULL<<12; ///< Passed with inalloca
78 bool isInAlloca() const { return Flags & InAlloca; }
  /external/llvm/include/llvm/IR/
Attributes.h 74 InAlloca, ///< Pass structure in an alloca
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 794 milliseconds