Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp214 Atom::Scope atomScope(uint8_t scope) { in atomScope() function
305 Atom::Scope lScope = atomScope(lhs->scope); in processSymboledSection()
306 Atom::Scope rScope = atomScope(rhs->scope); in processSymboledSection()
352 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
360 lastSym->desc, atomScope(lastSym->scope), in processSymboledSection()
1468 file->addTentativeDefAtom(sym.name, atomScope(sym.scope), sym.value, in normalizedObjectToAtoms()