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.cpp2014 ObjCMethListSection::ObjCMethListSection() in ObjCMethListSection() function in ObjCMethListSection
2024 void ObjCMethListSection::setUp() { in setUp()
2049 void ObjCMethListSection::finalize() { in finalize()
2087 void ObjCMethListSection::writeTo(uint8_t *bufStart) const { in writeTo()
2102 bool ObjCMethListSection::isMethodList(const ConcatInputSection *isec) { in isMethodList()
2132 void ObjCMethListSection::writeRelativeOffsetForIsec( in writeRelativeOffsetForIsec()
2169 ObjCMethListSection::writeRelativeMethodList(const ConcatInputSection *isec, in writeRelativeMethodList()
2218 uint32_t ObjCMethListSection::computeRelativeMethodListSize( in computeRelativeMethodListSize()
2235 void ObjCMethListSection::readMethodListHeader(const uint8_t *buf, in readMethodListHeader()
2243 void ObjCMethListSection::writeMethodListHeader(uint8_t *buf, in writeMethodListHeader()
H A DSyntheticSections.h692 class ObjCMethListSection final : public SyntheticSection {
694 ObjCMethListSection();
864 ObjCMethListSection *objcMethList = nullptr;
H A DInputSection.cpp49 ObjCMethListSection::isMethodList(isec)) { in addInputSection()
H A DWriter.cpp1404 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()