Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp419 lldb::addr_t func_base = func->GetAddress().GetFileAddress(); in CreateBlock() local
421 if (block_base >= func_base) in CreateBlock()
422 child_block->AddRange(Block::Range(block_base - func_base, block.CodeSize)); in CreateBlock()
431 block_base + block.CodeSize, func_base); in CreateBlock()
1116 addr_t func_base = sc.function->GetAddress().GetFileAddress(); in ResolveSymbolContext() local
1117 addr_t offset = file_addr - func_base; in ResolveSymbolContext()
1129 addr_t func_base = sc.function->GetAddress().GetFileAddress(); in ResolveSymbolContext() local
1130 addr_t offset = file_addr - func_base; in ResolveSymbolContext()
1283 Address func_base(file_vm_addr, comp_unit.GetModule()->GetSectionList()); in ParseLineTable() local
1291 ParseInlineSite(id, func_base); in ParseLineTable()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp305 addr_t func_base = func.GetAddress().GetOffset(); in ParseBlocksRecursive() local
331 Block::Range(range.first - func_base, range.second)); in ParseBlocksRecursive()