Searched refs:function_file_addr (Results 1 – 3 of 3) sorted by relevance
338 const addr_t function_file_addr = function.GetAddress().GetFileAddress(); in AddRange() local339 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()
399 DWARFDIE die, lldb::addr_t function_file_addr);
1334 addr_t function_file_addr) { in ParseBlocksRecursive() argument1358 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() local3173 if (function_file_addr != LLDB_INVALID_ADDRESS) in ParseBlocksRecursive()3175 function_die.GetFirstChild(), function_file_addr); in ParseBlocksRecursive()