Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Core/
DDefinedAtom.cpp32 case typeConstant: in permissions()
/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h115 typeConstant, // a read-only constant enumerator
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp67 ENTRY("__TEXT", "__const", S_REGULAR, typeConstant),
68 ENTRY("__TEXT", "__const_coal", S_COALESCED, typeConstant),
164 ENTRY(typeConstant, 1, scopeGlobal, mergeNo, in sectionParseInfo()
DMachONormalizedFileFromAtoms.cpp271 ENTRY("__TEXT", "__const", S_REGULAR, typeConstant),
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp380 io.enumCase(value, "constant", DefinedAtom::typeConstant); in enumeration()