Home
last modified time | relevance | path

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

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