LLDB mainline
|
#include "lldb/Symbol/CompileUnit.h"
#include "lldb/Core/Module.h"
#include "lldb/Symbol/LineTable.h"
#include "lldb/Symbol/SymbolFile.h"
#include "lldb/Symbol/VariableList.h"
#include "lldb/Target/Language.h"
#include "lldb/Utility/Timer.h"
#include <optional>
Go to the source code of this file.
Functions | |
std::vector< uint32_t > | FindFileIndexes (const SupportFileList &files, const FileSpec &file, RealpathPrefixes *realpath_prefixes=nullptr) |
std::vector< uint32_t > FindFileIndexes | ( | const SupportFileList & | files, |
const FileSpec & | file, | ||
RealpathPrefixes * | realpath_prefixes = nullptr |
||
) |
Definition at line 217 of file CompileUnit.cpp.
References lldb_private::SupportFileList::FindCompatibleIndex(), and UINT32_MAX.
Referenced by lldb_private::CompileUnit::FindLineEntry(), and lldb_private::CompileUnit::ResolveSymbolContext().