Searched refs:readSymbolAtOffset (Results 1 – 4 of 4) sorted by relevance
59 codeview::CVSymbol readSymbolAtOffset(uint32_t Offset) const;
116 CVSymbol ModuleDebugStreamRef::readSymbolAtOffset(uint32_t Offset) const { in readSymbolAtOffset() function in ModuleDebugStreamRef
384 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in CreateBlock()480 CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset); in CreateFunction()1279 cii->m_debug_stream.readSymbolAtOffset(record_offset); in ParseLineTable()1403 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(id.offset); in ParseInlineSite()1544 if (cii->m_debug_stream.readSymbolAtOffset(parent_id.offset).kind() == in ParseInlineSite()1923 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in ParseVariablesForBlock()
929 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(inlinesite_id.offset); in GetOrCreateInlinedFunctionDecl()