Home | History | Annotate | Download | only in Object

Lines Matching refs:Child

82 Archive::Child::Child(const Archive *Parent, const char *Start)
103 Archive::Child Archive::Child::getNext() const {
113 return Child(Parent, nullptr);
115 return Child(Parent, NextLoc);
118 ErrorOr<StringRef> Archive::Child::getName() const {
163 Archive::Child::getMemoryBuffer(bool FullPath) const {
179 Archive::Child::getAsBinary(LLVMContext *Context) const {
322 Child c(this, Loc);
327 return Child(this, nullptr);
381 child_iterator Iter(Child(Parent, Loc));