Home
last modified time | relevance | path

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

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