LLDB mainline
|
#include "ObjectFileCOFF.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Utility/LLDBLog.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatAdapters.h"
Go to the source code of this file.
Functions | |
static bool | IsCOFFObjectFile (const DataBufferSP &data) |
|
static |
Definition at line 25 of file ObjectFileCOFF.cpp.
Referenced by ObjectFileCOFF::CreateInstance(), and ObjectFileCOFF::GetModuleSpecifications().