Searched refs:getObjects (Results 1 – 8 of 8) sorted by relevance
64 std::vector<const object::ObjectFile *> getObjects() const;
144 BinaryHolder::ObjectEntry::getObjects() const { in getObjects() function in llvm::dsymutil::BinaryHolder::ObjectEntry
3370 ArrayRef<CleanupObject> getObjects() const { in getObjects() function3379 return getObjects()[i]; in getObject()
1340 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
7503 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
1081 for (auto &C : EWC->getObjects()) in EmitBlockLiteral()
1831 for (auto &Obj : E->getObjects()) { in VisitExprWithCleanups()
276 EWC->getObjects()); in IgnoreNarrowingConversion()