Lines Matching defs:func_base
424 lldb::addr_t func_base =
426 if (block_base >= func_base)
427 child_block->AddRange(Block::Range(block_base - func_base, block.CodeSize));
436 block_base + block.CodeSize, func_base);
1119 addr_t func_base =
1121 addr_t offset = file_addr - func_base;
1131 addr_t func_base =
1133 addr_t offset = file_addr - func_base;
1288 Address func_base = func_range.GetBaseAddress();
1296 ParseInlineSite(id, func_base);
1401 addr_t func_base = func_addr.GetFileAddress();
1519 func_base + *code_offset_base, decl_line + *cur_line_offset, 0,
1523 LineTable::Entry line_entry(func_base + *code_offset_base,
1548 ParseInlineSite(parent_id, func_base);
1561 func_base + base_offset)) {