Home
last modified time | relevance | path

Searched refs:typeConstData (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DDefinedAtom.cpp59 case typeConstData: in permissions()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h127 typeConstData, // read-only data after dynamic linker is done enumerator
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp77 ENTRY("__DATA", "__const", S_REGULAR, typeConstData),
160 ENTRY(typeConstData, 1, scopeGlobal, mergeNo, in sectionParseInfo()
H A DMachONormalizedFileFromAtoms.cpp281 ENTRY("__DATA", "__const", S_REGULAR, typeConstData),
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp385 io.enumCase(value, "const-data", DefinedAtom::typeConstData); in enumeration()