Home
last modified time | relevance | path

Searched refs:EltTys (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1013 SmallVector<Type*, 8> EltTys; in ParseTypeTableBody() local
1016 EltTys.push_back(T); in ParseTypeTableBody()
1020 if (EltTys.size() != Record.size()-1) in ParseTypeTableBody()
1022 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
1046 SmallVector<Type*, 8> EltTys; in ParseTypeTableBody() local
1049 EltTys.push_back(T); in ParseTypeTableBody()
1053 if (EltTys.size() != Record.size()-1) in ParseTypeTableBody()
1055 Res->setBody(EltTys, Record[0]); in ParseTypeTableBody()
1219 std::vector<Type*> EltTys; in ParseOldTypeTable() local
1222 EltTys.push_back(Elt); in ParseOldTypeTable()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1308 SmallVector<Type*, 8> EltTys; in ParseTypeTableBody() local
1311 EltTys.push_back(T); in ParseTypeTableBody()
1315 if (EltTys.size() != Record.size()-1) in ParseTypeTableBody()
1317 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
1341 SmallVector<Type*, 8> EltTys; in ParseTypeTableBody() local
1344 EltTys.push_back(T); in ParseTypeTableBody()
1348 if (EltTys.size() != Record.size()-1) in ParseTypeTableBody()
1350 Res->setBody(EltTys, Record[0]); in ParseTypeTableBody()
1514 std::vector<Type*> EltTys; in ParseOldTypeTable() local
1517 EltTys.push_back(Elt); in ParseOldTypeTable()
[all …]