Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h126 typeZeroFillFast, // allow zero-fill data to be quicky accessed enumerator
344 atomContentType == DefinedAtom::typeZeroFillFast || in occupiesDiskSpace()
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DDefinedAtom.cpp50 case typeZeroFillFast: in permissions()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp384 io.enumCase(value, "zero-fill-quick", DefinedAtom::typeZeroFillFast); in enumeration()