HomeSort by: relevance | last modified time | path
    Searched defs:getTypeByID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp 424 std::function<Type *(unsigned)> getTypeByID;
647 std::function<Type *(unsigned)> getTypeByID,
651 TheModule(TheModule), getTypeByID(std::move(getTypeByID)),
1237 Type *Ty = getTypeByID(Record[0]);
1257 Type *Ty = getTypeByID(Record[i]);
1279 Type *Ty = getTypeByID(Record[0]);
2313 std::function<Type *(unsigned)> getTypeByID)
2315 Stream, TheModule, ValueList, std::move(getTypeByID), IsImporting)) {}
BitcodeReader.cpp 620 Type *getTypeByID(unsigned ID) {
670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
1675 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr);
1677 B.addStructRetAttr(HasType ? getTypeByID(Record[++i]) : nullptr);
1679 B.addByRefAttr(getTypeByID(Record[++i]));
1681 B.addPreallocatedAttr(getTypeByID(Record[++i]));
1683 B.addInAllocaAttr(HasType ? getTypeByID(Record[++i]) : nullptr);
1805 ResultTy = getTypeByID(Record[0]);
1826 if (Type *T = getTypeByID(Record[i]))
1832 ResultTy = getTypeByID(Record[2])
    [all...]

Completed in 22 milliseconds