LLVM API Documentation
#include "llvm/Object/Archive.h"#include "llvm/ADT/APInt.h"#include "llvm/Support/Endian.h"#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Functions | |
| static bool | isInternalMember (const ArchiveMemberHeader &amh) |
Variables | |
| static const char * | Magic = "!<arch>\n" |
| static bool isInternalMember | ( | const ArchiveMemberHeader & | amh | ) | [static] |
Definition at line 24 of file Object/Archive.cpp.
References llvm::object::ArchiveMemberHeader::getName().
Referenced by llvm::object::Archive::begin_children().
const char* Magic = "!<arch>\n" [static] |
Definition at line 22 of file Object/Archive.cpp.
Referenced by llvm::object::Archive::begin_children(), llvm::object::ObjectFile::createMachOObjectFile(), getMemsetValue(), llvm::sys::fs::has_magic(), llvm::sys::fs::identify_magic(), llvm::RuntimeDyldMachO::isCompatibleFormat(), PoisonShadowPartialRightRedzone(), and llvm::GCOVBuffer::readGCOVFormat().