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

References

tools/llvm-objdump/MachODump.cpp
 1163   for (uint32_t i = 0; i < nloh;) {
 1165     uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n);
 1166     i += n;
 1168     if (i >= nloh)
 1199     uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n);
 1200     i += n;
 1202     if (i >= nloh)
 1206       uint64_t value = decodeULEB128((const uint8_t *)(loh + i), &n);
 1207       i += n;
 1209       if (i >= nloh)