Home
last modified time | relevance | path

Searched refs:scopeGlobal (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileToAtomsTests.cpp85 EXPECT_EQ(lld::Atom::scopeGlobal, atom1->scope()); in TEST()
90 EXPECT_EQ(lld::Atom::scopeGlobal, atom2->scope()); in TEST()
/external/llvm-project/lld/include/lld/Core/
DAtom.h47 scopeGlobal ///< Accessible to all atoms and visible to runtime enumerator
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DSectCreateFile.h37 Scope scope() const override { return scopeGlobal; } in scope()
DExecutableAtoms.h80 symbolScope = DefinedAtom::scopeGlobal; in MachHeaderAliasFile()
DMachONormalizedFileToAtoms.cpp156 ENTRY(typeCode, 1, scopeGlobal, mergeNo, in sectionParseInfo()
158 ENTRY(typeData, 1, scopeGlobal, mergeNo, in sectionParseInfo()
160 ENTRY(typeConstData, 1, scopeGlobal, mergeNo, in sectionParseInfo()
162 ENTRY(typeZeroFill, 1, scopeGlobal, mergeNo, in sectionParseInfo()
164 ENTRY(typeConstant, 1, scopeGlobal, mergeNo, in sectionParseInfo()
190 ENTRY(typeUnknown, 1, scopeGlobal, mergeNo, in sectionParseInfo()
207 scope = DefinedAtom::scopeGlobal; in sectionParseInfo()
216 return Atom::scopeGlobal; in atomScope()
DArchHandler_x86.cpp542 return (defAtom->scope() == DefinedAtom::scopeGlobal); in useExternalRelocationTo()
DMachONormalizedFileFromAtoms.cpp1010 case Atom::scopeGlobal: in getSymbolTableRegion()
1540 if (atom->scope() != Atom::scopeGlobal) in addExportInfo()
DArchHandler_arm.cpp1057 return (defAtom->scope() == DefinedAtom::scopeGlobal); in useExternalRelocationTo()
/external/llvm-project/lld/lib/Core/
DResolver.cpp368 if (defAtom->scope() == DefinedAtom::scopeGlobal) in deadStripOptimize()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp296 io.enumCase(value, "global", lld::Atom::scopeGlobal); in enumeration()