Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DDefinedAtom.cpp74 case typeSectCreate: in permissions()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h39 ContentType contentType() const override { return typeSectCreate; } in contentType()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h151 typeSectCreate, // Created via the -sectcreate option [Darwin] enumerator
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp429 io.enumCase(value, "sectcreate", DefinedAtom::typeSectCreate); in enumeration()