Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp289 Type *getTypeByID(unsigned ID);
984 ResultTy = getTypeByID(Record[0]); in ParseTypeTableBody()
1003 ResultTy = getTypeByID(Record[2]); in ParseTypeTableBody()
1491 Type *Ty = getTypeByID(Record[i]); in ParseMetadata()
1898 Type *OpTy = getTypeByID(Record[0]); in ParseConstants()
1936 Type *FnTy = getTypeByID(Record[0]); in ParseConstants()
2206 Type *Ty = getTypeByID(Record[0]); in ParseModule()
2257 Type *Ty = getTypeByID(Record[0]); in ParseModule()
2309 Type *Ty = getTypeByID(Record[0]); in ParseModule()
2718 Ty = getTypeByID(Record[OpNum++]); in ParseFunctionBody()
[all …]
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp526 Type *getTypeByID(unsigned ID);
1260 ResultTy = getTypeByID(Record[0]); in ParseTypeTableBody()
1279 ResultTy = getTypeByID(Record[2]); in ParseTypeTableBody()
1298 ResultTy = getTypeByID(Record[1]); in ParseTypeTableBody()
1784 Type *Ty = getTypeByID(Record[i]); in ParseMetadata()
2191 Type *OpTy = getTypeByID(Record[0]); in ParseConstants()
2229 Type *FnTy = getTypeByID(Record[0]); in ParseConstants()
2473 Type *Ty = getTypeByID(Record[0]); in ParseModule()
2524 Type *Ty = getTypeByID(Record[0]); in ParseModule()
2576 Type *Ty = getTypeByID(Record[0]); in ParseModule()
[all …]