LLDB mainline
|
#include "ObjectContainerBSDArchive.h"
#include <ar.h>
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Stream.h"
#include "lldb/Utility/Timer.h"
#include "llvm/Object/Archive.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Functions | |
FileSpec | GetChildFileSpecificationsFromThin (llvm::StringRef childPath, const FileSpec &parentFileSpec) |
Variables | |
Log * | l = GetLog(LLDBLog::Object) |
FileSpec GetChildFileSpecificationsFromThin | ( | llvm::StringRef | childPath, |
const FileSpec & | parentFileSpec | ||
) |
Definition at line 384 of file ObjectContainerBSDArchive.cpp.
References lldb_private::FileSpec::GetDirectory(), and lldb_private::ConstString::GetStringRef().
Referenced by ObjectContainerBSDArchive::GetModuleSpecifications(), and ObjectContainerBSDArchive::GetObjectFile().
Log* l = GetLog(LLDBLog::Object) |
Definition at line 76 of file ObjectContainerBSDArchive.cpp.
Referenced by ExtractLibcxxStringInfo(), lldb_private::Mangled::GuessLanguage(), lldb_private::ScratchTypeSystemClang::InferIsolatedASTKindFromLangOpts(), lldb_private::Symtab::InitNameIndexes(), lldb_private::StringList::LogDump(), lldb_private::XcodeSDK::Merge(), CoreSimulatorSupport::operator!=(), CoreSimulatorSupport::operator<(), CoreSimulatorSupport::operator==(), CoreSimulatorSupport::operator>(), ObjectContainerBSDArchive::Archive::ParseObjects(), lldb::SBTypeSummaryOptions::SetLanguage(), and lldb_private::formatters::StringPrinter::ReadStringAndDumpToStreamOptions::SetLocation().