Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp7233 dw_offset_t function_die_offset = sc.function->GetID(); in ParseFunctionBlocks() local
7234 const DWARFDebugInfoEntry *function_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseFunctionBlocks()
7256 dw_offset_t function_die_offset = sc.function->GetID(); in ParseTypes() local
7257 const DWARFDebugInfoEntry *func_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseTypes()