Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DDefinedAtom.cpp33 case typeConstant: in permissions()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h116 typeConstant, // a read-only constant enumerator
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp68 ENTRY("__TEXT", "__const", S_REGULAR, typeConstant),
69 ENTRY("__TEXT", "__const_coal", S_COALESCED, typeConstant),
165 ENTRY(typeConstant, 1, scopeGlobal, mergeNo, in sectionParseInfo()
H A DMachONormalizedFileFromAtoms.cpp272 ENTRY("__TEXT", "__const", S_REGULAR, typeConstant),
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp381 io.enumCase(value, "constant", DefinedAtom::typeConstant); in enumeration()