Searched refs:mergeByContent (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/lib/Core/ |
D | SymbolTable.cpp | 40 assert(atom.merge() != DefinedAtom::mergeByContent); in add() 44 if (atom.merge() == DefinedAtom::mergeByContent) { in add() 109 assert(first != DefinedAtom::mergeByContent); in mergeSelect() 110 assert(second != DefinedAtom::mergeByContent); in mergeSelect()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 166 ENTRY(typeCString, 1, scopeLinkageUnit, mergeByContent, in sectionParseInfo() 168 ENTRY(typeUTF16String, 1, scopeLinkageUnit, mergeByContent, in sectionParseInfo() 172 ENTRY(typeLiteral4, 4, scopeLinkageUnit, mergeByContent, in sectionParseInfo() 174 ENTRY(typeLiteral8, 8, scopeLinkageUnit, mergeByContent, in sectionParseInfo() 176 ENTRY(typeLiteral16, 16, scopeLinkageUnit, mergeByContent, in sectionParseInfo() 178 ENTRY(typeCFString, 4, scopeLinkageUnit, mergeByContent, in sectionParseInfo() 186 ENTRY(typeGOT, 4, scopeLinkageUnit, mergeByContent, in sectionParseInfo() 188 ENTRY(typeObjC2CategoryList, 4, scopeTranslationUnit, mergeByContent, in sectionParseInfo()
|
D | MachONormalizedFileFromAtoms.cpp | 959 case lld::DefinedAtom::mergeByContent: in descBits()
|
/external/llvm-project/lld/include/lld/Core/ |
D | DefinedAtom.h | 103 mergeByContent, // Merge with other constants with same content. enumerator
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 326 io.enumCase(value, "by-content", lld::DefinedAtom::mergeByContent); in enumeration()
|