LLVM 24.0.0git
GOFFObjectFile.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "goff"

Functions

static GOFF::RecordType getRecordType (const uint8_t *PhysicalRecord)
static bool isContinuation (const uint8_t *PhysicalRecord)
static bool isContinued (const uint8_t *PhysicalRecord)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "goff"

Definition at line 22 of file GOFFObjectFile.cpp.

Function Documentation

◆ getRecordType()

GOFF::RecordType getRecordType ( const uint8_t * PhysicalRecord)
static

Definition at line 29 of file GOFFObjectFile.cpp.

◆ isContinuation()

bool isContinuation ( const uint8_t * PhysicalRecord)
static

Definition at line 34 of file GOFFObjectFile.cpp.

◆ isContinued()

bool isContinued ( const uint8_t * PhysicalRecord)
static

Definition at line 39 of file GOFFObjectFile.cpp.