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

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 434 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) {
878 if (Type *Elt = getTypeByIDOrNull(Record[i]))
899 if ((ResultTy = getTypeByIDOrNull(Record[0])))
910 if (Type *Elt = getTypeByIDOrNull(Record[i]))
917 if ((ResultTy = getTypeByIDOrNull(Record[2])))
924 if ((ResultTy = getTypeByIDOrNull(Record[1])))
930 if ((ResultTy = getTypeByIDOrNull(Record[1])))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 713 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) {
    [all...]

Completed in 25 milliseconds