reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/include/lld/Core/SymbolTable.h
   85   bool addByName(const Atom &);

References

tools/lld/lib/Core/SymbolTable.cpp
   30 bool SymbolTable::add(const UndefinedAtom &atom) { return addByName(atom); }
   32 bool SymbolTable::add(const SharedLibraryAtom &atom) { return addByName(atom); }
   34 bool SymbolTable::add(const AbsoluteAtom &atom) { return addByName(atom); }
   42     return addByName(atom);