Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h88 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
90 MachODefinedCustomSectionAtom(const File &f, const StringRef name, in MachODefinedCustomSectionAtom() function
99 ~MachODefinedCustomSectionAtom() override = default;
H A DFile.h80 new (allocator()) MachODefinedCustomSectionAtom(*this, name, scope, type, in addDefinedAtomInCustomSection()