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

Declarations

include/llvm/Object/MachO.h
   92   uint64_t readULEB128(const uint8_t *&p, const char **error);

References

lib/Object/MachOObjectFile.cpp
 2858   uint64_t ExportInfoSize = readULEB128(State.Current, &error);
 2878     State.Flags = readULEB128(State.Current, &error);
 2900       State.Other = readULEB128(State.Current, &error); // dylib ordinal
 2944       State.Address = readULEB128(State.Current, &error);
 2953         State.Other = readULEB128(State.Current, &error);
 3007     uint64_t childNodeIndex = readULEB128(Top.Current, &error);