LLDB mainline
ObjectContainerMachOFileset.cpp File Reference

Go to the source code of this file.

Functions

static uint32_t MachHeaderSizeFromMagic (uint32_t magic)
static std::optional< mach_header > ParseMachOHeader (DataExtractor &data)
static bool ParseFileset (DataExtractor &data, mach_header header, std::vector< ObjectContainerMachOFileset::Entry > &entries, std::optional< lldb::addr_t > load_addr=std::nullopt)

Function Documentation

◆ MachHeaderSizeFromMagic()

◆ ParseFileset()

◆ ParseMachOHeader()