Home
last modified time | relevance | path

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

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