LLVM API Documentation

Functions | Variables
Object/Archive.cpp File Reference
#include "llvm/Object/Archive.h"
#include "llvm/ADT/APInt.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/MemoryBuffer.h"
Include dependency graph for Object/Archive.cpp:

Go to the source code of this file.

Functions

static bool isInternalMember (const ArchiveMemberHeader &amh)

Variables

static const char * Magic = "!<arch>\n"

Function Documentation

static bool isInternalMember ( const ArchiveMemberHeader amh) [static]

Variable Documentation

const char* Magic = "!<arch>\n" [static]