Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h47 static const uint64_t InAlloca = 1ULL<<12; ///< Passed with inalloca member
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h71 InAlloca, enumerator
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4811 bool InAlloca = AlignRecord & InAllocaMask; in parseFunctionBody() local