|
LLVM 24.0.0git
|
#include "llvm/Object/GOFFObjectFile.h"#include "llvm/BinaryFormat/GOFF.h"#include "llvm/Object/GOFF.h"#include "llvm/Support/DataExtractor.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Errc.h"#include "llvm/Support/raw_ostream.h"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) |
| #define DEBUG_TYPE "goff" |
Definition at line 22 of file GOFFObjectFile.cpp.
|
static |
Definition at line 29 of file GOFFObjectFile.cpp.
Definition at line 34 of file GOFFObjectFile.cpp.
Definition at line 39 of file GOFFObjectFile.cpp.