Home
last modified time | relevance | path

Searched refs:tlvPointers (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp268 } else if (osec == in.tlvPointers) { in writeMapFile()
269 printNonLazyPointerSection(os, in.tlvPointers); in writeMapFile()
H A DSymbols.cpp53 uint64_t Symbol::getTlvVA() const { return in.tlvPointers->getVA(gotIndex); } in getTlvVA()
H A DSyntheticSections.cpp1482 in.tlvPointers->getEntries().size() + in getNumSymbols()
1490 return in.got->isNeeded() || in.tlvPointers->isNeeded() || in isNeeded()
1498 in.tlvPointers->reserved1 = off; in finalizeContents()
1499 off += in.tlvPointers->getEntries().size(); in finalizeContents()
1519 for (const Symbol *sym : in.tlvPointers->getEntries()) { in writeTo()
H A DWriter.cpp687 in.tlvPointers->addEntry(sym); in prepareSymbolRelocation()
1398 in.tlvPointers = make<TlvPointerSection>(); in createSyntheticSections()
H A DSyntheticSections.h855 TlvPointerSection *tlvPointers = nullptr; member