Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/API/functionalities/find-line-entry/
H A DTestFindLineEntry.py9 class FindLineEntry(TestBase): class
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompileUnit.h222 uint32_t FindLineEntry(uint32_t start_idx, uint32_t line,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompileUnit.cpp228 uint32_t CompileUnit::FindLineEntry(uint32_t start_idx, uint32_t line, in FindLineEntry() function in CompileUnit
H A DSymbolContext.cpp714 line_index = comp_unit->FindLineEntry(line_index, line_entry.line, nullptr, in GetAddressRangeFromHereToEndLine()
734 line_index = comp_unit->FindLineEntry(line_index, end_line, nullptr, false, in GetAddressRangeFromHereToEndLine()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp227 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
259 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
H A DCommandObjectThread.cpp1027 start_idx_ptr = sc.comp_unit->FindLineEntry( in DoExecute()
1034 start_idx_ptr = sc.comp_unit->FindLineEntry( in DoExecute()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp433 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findFunctions()
487 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findBlocks()