|
LLVM
8.0.1
|
#include "llvm/Object/MachOUniversal.h"#include "llvm/Object/Archive.h"#include "llvm/Object/MachO.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Host.h"#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Macros | |
| #define | MAXSECTALIGN 15 /* 2**15 or 0x8000 */ |
Functions | |
| static Error | malformedError (Twine Msg) |
| template<typename T > | |
| static T | getUniversalBinaryStruct (const char *Ptr) |
| #define MAXSECTALIGN 15 /* 2**15 or 0x8000 */ |
Definition at line 33 of file MachOUniversal.cpp.
References llvm::sys::IsLittleEndianHost, llvm::Intrinsic::memcpy, and llvm::MachO::swapStruct().
Definition at line 26 of file MachOUniversal.cpp.
References llvm::object::parse_failed, and llvm::Twine::str().
1.8.13