Home
last modified time | relevance | path

Searched refs:typeZeroFillFast (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h127 typeZeroFillFast, // allow zero-fill data to be quicky accessed enumerator
345 atomContentType == DefinedAtom::typeZeroFillFast || in occupiesDiskSpace()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DDefinedAtom.cpp51 case typeZeroFillFast: in permissions()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp385 io.enumCase(value, "zero-fill-quick", DefinedAtom::typeZeroFillFast); in enumeration()