Searched refs:scopeGlobal (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/ |
| H A D | Atom.h | 48 scopeGlobal ///< Accessible to all atoms and visible to runtime enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 157 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 D | SectCreateFile.h | 38 Scope scope() const override { return scopeGlobal; } in scope()
|
| H A D | ExecutableAtoms.h | 81 symbolScope = DefinedAtom::scopeGlobal; in MachHeaderAliasFile()
|
| H A D | ArchHandler_x86.cpp | 543 return (defAtom->scope() == DefinedAtom::scopeGlobal); in useExternalRelocationTo()
|
| H A D | MachONormalizedFileFromAtoms.cpp | 1010 case Atom::scopeGlobal: in getSymbolTableRegion() 1540 if (atom->scope() != Atom::scopeGlobal) in addExportInfo()
|
| H A D | ArchHandler_arm.cpp | 1058 return (defAtom->scope() == DefinedAtom::scopeGlobal); in useExternalRelocationTo()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Core/ |
| H A D | Resolver.cpp | 369 if (defAtom->scope() == DefinedAtom::scopeGlobal) in deadStripOptimize()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 297 io.enumCase(value, "global", lld::Atom::scopeGlobal); in enumeration()
|