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

References

tools/llvm-objdump/MachODump.cpp
 1165     uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n);
 1166     i += n;
 1199     uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n);
 1200     i += n;
 1206       uint64_t value = decodeULEB128((const uint8_t *)(loh + i), &n);
 1207       i += n;