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

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 393 Type *BitcodeReader::getTypeByID(unsigned ID) {
613 ResultTy = getTypeByID(Record[0]);
625 if (Type *T = getTypeByID(Record[i]))
631 ResultTy = getTypeByID(Record[2]);
643 if (Type *T = getTypeByID(Record[i]))
676 if (Type *T = getTypeByID(Record[i]))
708 if ((ResultTy = getTypeByID(Record[1])))
716 if ((ResultTy = getTypeByID(Record[1])))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 289 Type *getTypeByID(unsigned ID);
326 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
778 Type *BitcodeReader::getTypeByID(unsigned ID) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 526 Type *getTypeByID(unsigned ID);
563 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 337 Type *getTypeByID(unsigned ID);
376 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
    [all...]

Completed in 198 milliseconds