Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DAtom.h48 scopeGlobal ///< Accessible to all atoms and visible to runtime enumerator
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp157 ENTRY(typeCode, 1, scopeGlobal, mergeNo, in sectionParseInfo()
159 ENTRY(typeData, 1, scopeGlobal, mergeNo, in sectionParseInfo()
161 ENTRY(typeConstData, 1, scopeGlobal, mergeNo, in sectionParseInfo()
163 ENTRY(typeZeroFill, 1, scopeGlobal, mergeNo, in sectionParseInfo()
165 ENTRY(typeConstant, 1, scopeGlobal, mergeNo, in sectionParseInfo()
191 ENTRY(typeUnknown, 1, scopeGlobal, mergeNo, in sectionParseInfo()
208 scope = DefinedAtom::scopeGlobal; in sectionParseInfo()
217 return Atom::scopeGlobal; in atomScope()
H A DSectCreateFile.h38 Scope scope() const override { return scopeGlobal; } in scope()
H A DExecutableAtoms.h81 symbolScope = DefinedAtom::scopeGlobal; in MachHeaderAliasFile()
H A DArchHandler_x86.cpp543 return (defAtom->scope() == DefinedAtom::scopeGlobal); in useExternalRelocationTo()
H A DMachONormalizedFileFromAtoms.cpp1010 case Atom::scopeGlobal: in getSymbolTableRegion()
1540 if (atom->scope() != Atom::scopeGlobal) in addExportInfo()
H A DArchHandler_arm.cpp1058 return (defAtom->scope() == DefinedAtom::scopeGlobal); in useExternalRelocationTo()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DResolver.cpp369 if (defAtom->scope() == DefinedAtom::scopeGlobal) in deadStripOptimize()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp297 io.enumCase(value, "global", lld::Atom::scopeGlobal); in enumeration()