Home
last modified time | relevance | path

Searched refs:NonLazyPointerSectionBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h117 class NonLazyPointerSectionBase : public SyntheticSection {
119 NonLazyPointerSectionBase(const char *segname, const char *name);
135 class GotSection final : public NonLazyPointerSectionBase {
140 class TlvPointerSection final : public NonLazyPointerSectionBase {
H A DSyntheticSections.cpp297 NonLazyPointerSectionBase::NonLazyPointerSectionBase(const char *segname, in NonLazyPointerSectionBase() function in NonLazyPointerSectionBase
323 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry()
332 void NonLazyPointerSectionBase::writeTo(uint8_t *buf) const { in writeTo()
339 : NonLazyPointerSectionBase(segment_names::data, section_names::got) { in GotSection()
344 : NonLazyPointerSectionBase(segment_names::data, in TlvPointerSection()