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 FileSpecList &files, const FileSpec &file) |
std::vector< uint32_t > FindFileIndexes | ( | const FileSpecList & | files, |
const FileSpec & | file | ||
) |
Definition at line 220 of file CompileUnit.cpp.
References lldb_private::FileSpecList::FindCompatibleIndex(), and UINT32_MAX.
Referenced by lldb_private::CompileUnit::FindLineEntry(), and lldb_private::CompileUnit::ResolveSymbolContext().