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

References

tools/lld/include/lld/Core/AbsoluteAtom.h
   31     return a->definition() == definitionAbsolute;
tools/lld/include/lld/Core/DefinedAtom.h
  334     return a->definition() == definitionRegular;
tools/lld/include/lld/Core/SharedLibraryAtom.h
   39     return a->definition() == definitionSharedLibrary;
tools/lld/include/lld/Core/UndefinedAtom.h
   54     return a->definition() == definitionUndefined;
tools/lld/lib/Core/SymbolTable.cpp
  130   switch (collide(existing->definition(), newAtom.definition())) {
  130   switch (collide(existing->definition(), newAtom.definition())) {
tools/lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp
   98   EXPECT_EQ(lld::Atom::definitionUndefined, atom4->definition());