HomeSort by relevance Sort by last modified time
    Searched refs:getTypeByIDOrNull (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 236 Type *getTypeByIDOrNull(unsigned ID);
BitcodeReader.cpp 444 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) {
859 if (Type *Elt = getTypeByIDOrNull(Record[i]))
880 if ((ResultTy = getTypeByIDOrNull(Record[0])))
891 if (Type *Elt = getTypeByIDOrNull(Record[i]))
898 if ((ResultTy = getTypeByIDOrNull(Record[2])))
905 if ((ResultTy = getTypeByIDOrNull(Record[1])))
911 if ((ResultTy = getTypeByIDOrNull(Record[1])))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 230 Type *getTypeByIDOrNull(unsigned ID);
BitcodeReader.cpp 724 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) {
    [all...]

Completed in 260 milliseconds