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

Declarations

include/llvm/Object/MachO.h
  565   void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;

References

tools/llvm-nm/llvm-nm.cpp
 1657           MachO->ReadULEB128s(LLC.dataoff, FoundFns);
tools/llvm-objdump/MachODump.cpp
  386       MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);