Home
last modified time | relevance | path

Searched refs:ReadULEB128s (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h750 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5275 this->ReadULEB128s(Info.dataoff, FunctionStarts); in getFunctionStarts()
5297 void MachOObjectFile::ReadULEB128s(uint64_t Index, in ReadULEB128s() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1610 MachO.ReadULEB128s(LLC.dataoff, FoundFns); in dumpSymbolsFromDLInfoMachO()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp303 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()
1057 O->ReadULEB128s(FunctionStartsLC.dataoff, FunctionStarts); in PrintFunctionStarts()