Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h138 class TlvPointerSection final : public NonLazyPointerSectionBase {
140 TlvPointerSection();
802 TlvPointerSection *tlvPointers = nullptr;
H A DSyntheticSections.cpp406 TlvPointerSection::TlvPointerSection() in TlvPointerSection() function in TlvPointerSection
H A DWriter.cpp1345 in.tlvPointers = make<TlvPointerSection>(); in createSyntheticSections()