Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h170 sectionBasedOnContent, // linker infers final section based on content enumerator
H A DSimple.h170 return DefinedAtom::sectionBasedOnContent; in sectionChoice()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp305 io.enumCase(value, "content", lld::DefinedAtom::sectionBasedOnContent); in enumeration()
972 DefinedAtom::sectionBasedOnContent); in mapping()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp345 if (atom->sectionChoice() == DefinedAtom::sectionBasedOnContent) { in sectionForAtom()