Searched refs:m_build_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp76 cci.m_build_info.assign(bir.ArgIndices.begin(), bir.ArgIndices.end());
86 lldbassert(item.m_build_info.empty());
225 if (item.m_build_info.size() < 3)
232 CVType dir_cvt = types.getType(item.m_build_info[0]);
233 CVType file_cvt = types.getType(item.m_build_info[2]);
H A DCompileUnitIndex.h74 llvm::SmallVector<llvm::codeview::TypeIndex, 5> m_build_info; member in struct:lldb_private::npdb::CompilandIndexItem

Completed in 166 milliseconds