Searched refs:SymbolAndOffset (Results 1 – 1 of 1) sorted by relevance
1654 using SymbolAndOffset = std::pair<uint32_t, llvm::codeview::CVSymbol>; in FindGlobalVariables() typedef1656 std::vector<SymbolAndOffset> results = m_index->globals().findRecordsByName( in FindGlobalVariables()1658 for (const SymbolAndOffset &result : results) { in FindGlobalVariables()1691 using SymbolAndOffset = std::pair<uint32_t, llvm::codeview::CVSymbol>; in FindFunctions() typedef1693 std::vector<SymbolAndOffset> matches = m_index->globals().findRecordsByName( in FindFunctions()1695 for (const SymbolAndOffset &match : matches) { in FindFunctions()