Searched refs:file_vm_addr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 293 auto file_vm_addr = pdb_func.getVirtualAddress(); in ParseCompileUnitFunctionForPDBFunc() local 294 if (file_vm_addr == LLDB_INVALID_ADDRESS || file_vm_addr == 0) in ParseCompileUnitFunctionForPDBFunc() 299 AddressRange(file_vm_addr, func_length, in ParseCompileUnitFunctionForPDBFunc() 766 addr_t file_vm_addr = so_addr.GetFileAddress(); in ResolveSymbolContext() local 768 m_session_up->findSymbolByAddress(file_vm_addr, PDB_SymType::Function); in ResolveSymbolContext() 781 file_vm_addr, PDB_SymType::Block); in ResolveSymbolContext() 879 auto file_vm_addr = in ResolveSymbolContext() local 881 if (file_vm_addr == LLDB_INVALID_ADDRESS || file_vm_addr == 0) in ResolveSymbolContext() 885 file_vm_addr, PDB_SymType::Function); in ResolveSymbolContext() 1885 lldb::addr_t file_vm_addr = so_addr.GetFileAddress(); in GetCompileUnitContainsAddress() local [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 118 lldb::SectionType sect_type, lldb::addr_t file_vm_addr, 129 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 485 auto file_vm_addr = in CreateFunction() local 487 if (file_vm_addr == LLDB_INVALID_ADDRESS || file_vm_addr == 0) in CreateFunction() 490 AddressRange func_range(file_vm_addr, sol.length, in CreateFunction() 1281 addr_t file_vm_addr = in ParseLineTable() local 1283 if (file_vm_addr == LLDB_INVALID_ADDRESS) in ParseLineTable() 1286 AddressRange func_range(file_vm_addr, sol.length, in ParseLineTable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 2157 void SymbolFileDWARF::ResolveFunctionAndBlock(lldb::addr_t file_vm_addr, in ResolveFunctionAndBlock() argument 2163 DWARFDIE function_die = cu.LookupAddress(file_vm_addr); in ResolveFunctionAndBlock() 2171 block_die = function_die.LookupDeepestBlock(file_vm_addr); in ResolveFunctionAndBlock() 2198 lldb::addr_t file_vm_addr = so_addr.GetFileAddress(); in ResolveSymbolContext() local 2202 const dw_offset_t cu_offset = aranges.FindAddress(file_vm_addr); in ResolveSymbolContext() 2212 map.FindEntryThatContains(file_vm_addr); in ResolveSymbolContext() 2234 ResolveFunctionAndBlock(file_vm_addr, in ResolveSymbolContext()
|
H A D | SymbolFileDWARF.h | 446 void ResolveFunctionAndBlock(lldb::addr_t file_vm_addr, bool lookup_block,
|