Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h46 static const uint64_t InAlloca = 1ULL<<12; ///< Passed with inalloca member
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h74 InAlloca, enumerator
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h85 InAlloca, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4743 bool InAlloca = AlignRecord & InAllocaMask; in parseFunctionBody() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5249 bool InAlloca = AlignRecord & InAllocaMask; in parseFunctionBody() local
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4841 const bool InAlloca = Bitfield::get<APV::UsedWithInAlloca>(Rec); in parseFunctionBody() local