Home
last modified time | relevance | path

Searched refs:FindLineEntry (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp89 return m_opaque_ptr->FindLineEntry(0, line_entry.GetLine(), in FindLineEntryIndex()
116 index = m_opaque_ptr->FindLineEntry( in FindLineEntryIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h227 uint32_t FindLineEntry(uint32_t start_idx, uint32_t line,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp227 uint32_t CompileUnit::FindLineEntry(uint32_t start_idx, uint32_t line, in FindLineEntry() function in CompileUnit
H A DSymbolContext.cpp682 line_index = comp_unit->FindLineEntry(line_index, line_entry.line, nullptr, in GetAddressRangeFromHereToEndLine()
701 line_index = comp_unit->FindLineEntry(line_index, end_line, nullptr, false, in GetAddressRangeFromHereToEndLine()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp226 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
258 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
H A DCommandObjectThread.cpp988 if (sc.comp_unit->FindLineEntry(0, line_number, nullptr, exact, in DoExecute()
996 uint32_t idx = sc.comp_unit->FindLineEntry( in DoExecute()
1006 idx = sc.comp_unit->FindLineEntry(idx + 1, line_number, nullptr, in DoExecute()