reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 PdbCompilandSymId asCompilandSym() const;
468 result = GetOrCreateSymbolForId(uid.asCompilandSym()); 487 if (uid.asCompilandSym().offset == 0) 582 FindSymbolScope(m_index, uid.asCompilandSym()); 586 CVSymbol sym = m_index.ReadSymbolRecord(uid.asCompilandSym()); 1309 PdbCompilandSymId block_id = PdbSymUid(iter->second.uid).asCompilandSym();tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
169 PdbCompilandSymId cu_sym_id = iter->second.asCompilandSym();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp 627 PdbSymUid(cur->GetID()).asCompilandSym();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp986 PdbCompilandSymId csid = match.uid.asCompilandSym(); 1175 GetOrCreateBlock(PdbSymUid(func.GetID()).asCompilandSym()); 1487 size_t count = ParseVariablesForBlock(block_id.asCompilandSym()); 1494 size_t count = ParseVariablesForBlock(block_id.asCompilandSym());