Searched refs:typeConstant (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/lib/Core/ |
D | DefinedAtom.cpp | 32 case typeConstant: in permissions()
|
/external/llvm-project/lld/include/lld/Core/ |
D | DefinedAtom.h | 115 typeConstant, // a read-only constant enumerator
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 67 ENTRY("__TEXT", "__const", S_REGULAR, typeConstant), 68 ENTRY("__TEXT", "__const_coal", S_COALESCED, typeConstant), 164 ENTRY(typeConstant, 1, scopeGlobal, mergeNo, in sectionParseInfo()
|
D | MachONormalizedFileFromAtoms.cpp | 271 ENTRY("__TEXT", "__const", S_REGULAR, typeConstant),
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 380 io.enumCase(value, "constant", DefinedAtom::typeConstant); in enumeration()
|