Home
last modified time | relevance | path

Searched refs:ObjCMethListSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1991 ObjCMethListSection::ObjCMethListSection() in ObjCMethListSection() function in ObjCMethListSection
2001 void ObjCMethListSection::setUp() { in setUp()
2029 void ObjCMethListSection::finalize() { in finalize()
2067 void ObjCMethListSection::writeTo(uint8_t *bufStart) const { in writeTo()
2082 bool ObjCMethListSection::isMethodList(const ConcatInputSection *isec) { in isMethodList()
2112 void ObjCMethListSection::writeRelativeOffsetForIsec( in writeRelativeOffsetForIsec()
2145 ObjCMethListSection::writeRelativeMethodList(const ConcatInputSection *isec, in writeRelativeMethodList()
2194 uint32_t ObjCMethListSection::computeRelativeMethodListSize( in computeRelativeMethodListSize()
2211 void ObjCMethListSection::readMethodListHeader(const uint8_t *buf, in readMethodListHeader()
2219 void ObjCMethListSection::writeMethodListHeader(uint8_t *buf, in writeMethodListHeader()
H A DSyntheticSections.h690 class ObjCMethListSection final : public SyntheticSection {
692 ObjCMethListSection();
862 ObjCMethListSection *objcMethList = nullptr;
H A DInputSection.cpp50 ObjCMethListSection::isMethodList(isec)) { in addInputSection()
H A DWriter.cpp1375 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()