Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp7161 dw_offset_t function_die_offset = sc.function->GetID(); in ParseFunctionBlocks() local
7162 const DWARFDebugInfoEntry *function_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseFunctionBlocks()
7184 dw_offset_t function_die_offset = sc.function->GetID(); in ParseTypes() local
7185 const DWARFDebugInfoEntry *func_die = dwarf_cu->GetDIEPtr(function_die_offset); in ParseTypes()