Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h139 class TlvPointerSection final : public NonLazyPointerSectionBase {
141 TlvPointerSection();
853 TlvPointerSection *tlvPointers = nullptr;
H A DSyntheticSections.cpp400 TlvPointerSection::TlvPointerSection() in TlvPointerSection() function in TlvPointerSection
H A DWriter.cpp1369 in.tlvPointers = make<TlvPointerSection>(); in createSyntheticSections()