Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h138 class TlvPointerSection final : public NonLazyPointerSectionBase {
140 TlvPointerSection();
790 TlvPointerSection *tlvPointers = nullptr;
H A DSyntheticSections.cpp399 TlvPointerSection::TlvPointerSection() in TlvPointerSection() function in TlvPointerSection
H A DWriter.cpp1351 in.tlvPointers = make<TlvPointerSection>(); in createSyntheticSections()