Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h116 class NonLazyPointerSectionBase : public SyntheticSection {
118 NonLazyPointerSectionBase(const char *segname, const char *name);
134 class GotSection final : public NonLazyPointerSectionBase {
139 class TlvPointerSection final : public NonLazyPointerSectionBase {
H A DMapFile.cpp147 NonLazyPointerSectionBase *osec) { in printNonLazyPointerSection()
H A DSyntheticSections.cpp302 NonLazyPointerSectionBase::NonLazyPointerSectionBase(const char *segname, in NonLazyPointerSectionBase() function in NonLazyPointerSectionBase
338 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry()
384 void NonLazyPointerSectionBase::writeTo(uint8_t *buf) const { in writeTo()
396 : NonLazyPointerSectionBase(segment_names::data, section_names::got) { in GotSection()
401 : NonLazyPointerSectionBase(segment_names::data, in TlvPointerSection()