Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h222 uint32_t FindLineEntry(uint32_t start_idx, uint32_t line,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp112 index = m_opaque_ptr->FindLineEntry( in FindLineEntryIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp218 uint32_t CompileUnit::FindLineEntry(uint32_t start_idx, uint32_t line, in FindLineEntry() function in CompileUnit
H A DSymbolContext.cpp718 line_index = comp_unit->FindLineEntry(line_index, line_entry.line, nullptr, in GetAddressRangeFromHereToEndLine()
738 line_index = comp_unit->FindLineEntry(line_index, end_line, nullptr, false, in GetAddressRangeFromHereToEndLine()
/freebsd-13.1/contrib/llvm-project/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.cpp991 start_idx_ptr = sc.comp_unit->FindLineEntry( in DoExecute()