Home
last modified time | relevance | path

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

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