Home
last modified time | relevance | path

Searched refs:MachODefinedCustomSectionAtom (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DAtoms.h87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
89 MachODefinedCustomSectionAtom(const File &f, const StringRef name, in MachODefinedCustomSectionAtom() function
98 ~MachODefinedCustomSectionAtom() override = default;
DFile.h81 new (allocator()) MachODefinedCustomSectionAtom(*this, name, scope, type, in addDefinedAtomInCustomSection()