Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp338 const addr_t function_file_addr = function.GetAddress().GetFileAddress(); in AddRange() local
339 const addr_t block_start_addr = function_file_addr + range.GetRangeBase(); in AddRange()
340 const addr_t block_end_addr = function_file_addr + range.GetRangeEnd(); in AddRange()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h399 DWARFDIE die, lldb::addr_t function_file_addr);
H A DSymbolFileDWARF.cpp1334 addr_t function_file_addr) { in ParseBlocksRecursive() argument
1358 block->AddRange(Block::Range(range.LowPC - function_file_addr, in ParseBlocksRecursive()
1387 comp_unit, block, die.GetFirstChild(), function_file_addr); in ParseBlocksRecursive()
3172 dw_addr_t function_file_addr = ranges->begin()->LowPC; in ParseBlocksRecursive() local
3173 if (function_file_addr != LLDB_INVALID_ADDRESS) in ParseBlocksRecursive()
3175 function_die.GetFirstChild(), function_file_addr); in ParseBlocksRecursive()