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 260 Type *getTypeByIDOrNull(unsigned ID);
BitcodeReader.cpp 437 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) {
853 if (Type *Elt = getTypeByIDOrNull(Record[i]))
874 if ((ResultTy = getTypeByIDOrNull(Record[0])))
885 if (Type *Elt = getTypeByIDOrNull(Record[i]))
892 if ((ResultTy = getTypeByIDOrNull(Record[2])))
899 if ((ResultTy = getTypeByIDOrNull(Record[1])))
905 if ((ResultTy = getTypeByIDOrNull(Record[1])))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 255 Type *getTypeByIDOrNull(unsigned ID);
BitcodeReader.cpp 716 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) {
    [all...]

Completed in 163 milliseconds