Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h140 class TlvPointerSection final : public NonLazyPointerSectionBase {
142 TlvPointerSection();
634 TlvPointerSection *tlvPointers = nullptr;
H A DSyntheticSections.cpp343 TlvPointerSection::TlvPointerSection() in TlvPointerSection() function in TlvPointerSection
H A DWriter.cpp1222 in.tlvPointers = make<TlvPointerSection>(); in createSyntheticSections()