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

References

lib/Object/MachOObjectFile.cpp
 2836   return Stack.back().Other;
 2900       State.Other = readULEB128(State.Current, &error); // dylib ordinal
 2909         if (State.Other > O->getLibraryCount()) {
 2911               "bad library ordinal: " + Twine((int)State.Other) + " (max " +
 2953         State.Other = readULEB128(State.Current, &error);