Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompileUnit.h222 uint32_t FindLineEntry(uint32_t start_idx, uint32_t line,
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp230 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()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp228 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
260 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()
/openbsd/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp480 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findFunctions()
535 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findBlocks()