Home
last modified time | relevance | path

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

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