|
LLVM
3.7.0
|
#include "llvm/Object/Archive.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/Twine.h"#include "llvm/Support/Endian.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"Go to the source code of this file.
Variables | |
| static const char *const | Magic = "!<arch>\n" |
| static const char *const | ThinMagic = "!<thin>\n" |
Definition at line 26 of file Archive.cpp.
Referenced by llvm::object::Archive::Archive(), llvm::object::Archive::child_begin(), llvm::object::ObjectFile::createMachOObjectFile(), getMemsetValue(), llvm::sampleprof::SampleProfileReaderBinary::hasFormat(), llvm::RawInstrProfReader< IntPtrT >::hasFormat(), prependCompressionHeader(), and llvm::sampleprof::SampleProfileReaderBinary::readHeader().
Definition at line 27 of file Archive.cpp.
Referenced by llvm::object::Archive::Archive().
1.8.6