Home
last modified time | relevance | path

Searched refs:sectionBasedOnContent (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h169 sectionBasedOnContent, // linker infers final section based on content enumerator
DSimple.h169 return DefinedAtom::sectionBasedOnContent; in sectionChoice()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp304 io.enumCase(value, "content", lld::DefinedAtom::sectionBasedOnContent); in enumeration()
971 DefinedAtom::sectionBasedOnContent); in mapping()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp344 if (atom->sectionChoice() == DefinedAtom::sectionBasedOnContent) { in sectionForAtom()