Home
last modified time | relevance | path

Searched refs:FindLineEntryByAddress (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp264 if (line_table->FindLineEntryByAddress(GetAddressRange().GetBaseAddress(), in GetStartLineSourceInfo()
287 if (line_table->FindLineEntryByAddress(scratch_addr, line_entry, nullptr)) { in GetEndLineSourceInfo()
538 if (line_table->FindLineEntryByAddress(GetAddressRange().GetBaseAddress(), in GetPrologueByteSize()
H A DLineTable.cpp188 bool LineTable::FindLineEntryByAddress(const Address &so_addr, in FindLineEntryByAddress() function in LineTable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp233 if (line_table->FindLineEntryByAddress(cur_address, line_entry, in ShouldStop()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineTable.h122 bool FindLineEntryByAddress(const Address &so_addr, LineEntry &line_entry,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1007 line_table->FindLineEntryByAddress(fun_start_addr, function_start, in DoExecute()
1016 line_table->FindLineEntryByAddress(fun_end_addr, function_start, in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp384 if (sc.comp_unit->GetLineTable()->FindLineEntryByAddress(so_addr, in ResolveSymbolContext()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp791 if (line_table->FindLineEntryByAddress(addr, sc.line_entry)) in ResolveSymbolContext()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1145 if (line_table->FindLineEntryByAddress(addr, sc.line_entry)) in ResolveSymbolContext()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2070 if (line_table->FindLineEntryByAddress(exe_so_addr, in ResolveSymbolContext()