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, NULL);
115 return Child(Parent, NextLoc);
118 error_code Archive::Child::getName(StringRef &Result) const {
171 error_code Archive::Child::getMemoryBuffer(OwningPtr<MemoryBuffer> &Result,
185 error_code Archive::Child::getAsBinary(OwningPtr<Binary> &Result) const {
320 Child c(this, Loc);
325 return Child(this, NULL);
373 Result = Child(Parent, Loc);