Searched refs:typeConstData (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/lib/Core/ |
D | DefinedAtom.cpp | 59 case typeConstData: in permissions()
|
/external/llvm-project/lld/include/lld/Core/ |
D | DefinedAtom.h | 127 typeConstData, // read-only data after dynamic linker is done enumerator
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 77 ENTRY("__DATA", "__const", S_REGULAR, typeConstData), 160 ENTRY(typeConstData, 1, scopeGlobal, mergeNo, in sectionParseInfo()
|
D | MachONormalizedFileFromAtoms.cpp | 281 ENTRY("__DATA", "__const", S_REGULAR, typeConstData),
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 385 io.enumCase(value, "const-data", DefinedAtom::typeConstData); in enumeration()
|