Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp213 Atom::Scope atomScope(uint8_t scope) { in atomScope() function
306 Atom::Scope lScope = atomScope(lhs->scope); in processSymboledSection()
307 Atom::Scope rScope = atomScope(rhs->scope); in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
361 lastSym->desc, atomScope(lastSym->scope), in processSymboledSection()
1469 file->addTentativeDefAtom(sym.name, atomScope(sym.scope), sym.value, in normalizedObjectToAtoms()