reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
415 return OwningObject == Other.OwningObject && 415 return OwningObject == Other.OwningObject && 424 assert(OwningObject == Other.OwningObject); 424 assert(OwningObject == Other.OwningObject); 429 return OwningObject->moveSectionNext(SectionPimpl); 433 return OwningObject->getSectionName(SectionPimpl); 437 return OwningObject->getSectionAddress(SectionPimpl); 441 return OwningObject->getSectionIndex(SectionPimpl); 445 return OwningObject->getSectionSize(SectionPimpl); 450 OwningObject->getSectionContents(SectionPimpl); 457 return OwningObject->getSectionAlignment(SectionPimpl); 461 return OwningObject->isSectionCompressed(SectionPimpl); 465 return OwningObject->isSectionText(SectionPimpl); 469 return OwningObject->isSectionData(SectionPimpl); 473 return OwningObject->isSectionBSS(SectionPimpl); 477 return OwningObject->isSectionVirtual(SectionPimpl); 481 return OwningObject->isSectionBitcode(SectionPimpl); 485 return OwningObject->isSectionStripped(SectionPimpl); 489 return OwningObject->isBerkeleyText(SectionPimpl); 493 return OwningObject->isBerkeleyData(SectionPimpl); 497 return OwningObject->section_rel_begin(SectionPimpl); 501 return OwningObject->section_rel_end(SectionPimpl); 505 return OwningObject->getRelocatedSection(SectionPimpl); 513 return OwningObject;