Home
last modified time | relevance | path

Searched refs:sectionCustomRequired (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h41 SectionChoice sectionChoice() const override { return sectionCustomRequired; } in sectionChoice()
H A DAtoms.h101 return DefinedAtom::sectionCustomRequired; in sectionChoice()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h171 sectionCustomRequired // linker must place in specific section enumerator
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp229 if (l->sectionChoice() == DefinedAtom::sectionCustomRequired) { in isEqual()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp307 lld::DefinedAtom::sectionCustomRequired); in enumeration()