Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7070 dw_offset_t function_die_offset = sc.function->GetID(); in ParseFunctionBlocks() local
7071 const DWARFDebugInfoEntry *function_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseFunctionBlocks()
7093 dw_offset_t function_die_offset = sc.function->GetID(); in ParseTypes() local
7094 const DWARFDebugInfoEntry *func_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseTypes()