Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCompileUnit.i82 was not found in the compile unit.") FindLineEntryIndex;
84 FindLineEntryIndex (lldb::SBLineEntry &line_entry, bool exact = false) const;
87 FindLineEntryIndex (uint32_t start_idx,
92 FindLineEntryIndex (uint32_t start_idx,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCompileUnit.h37 uint32_t FindLineEntryIndex(lldb::SBLineEntry &line_entry,
40 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
43 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
/llvm-project-15.0.7/lldb/source/API/
H A DSBCompileUnit.cpp80 uint32_t SBCompileUnit::FindLineEntryIndex(lldb::SBLineEntry &line_entry, in FindLineEntryIndex() function in SBCompileUnit
94 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, in FindLineEntryIndex() function in SBCompileUnit
99 return FindLineEntryIndex(start_idx, line, inline_file_spec, exact); in FindLineEntryIndex()
102 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, in FindLineEntryIndex() function in SBCompileUnit
/llvm-project-15.0.7/lldb/test/API/functionalities/find-line-entry/
H A DTestFindLineEntry.py26 self.assertNotEqual(cu.FindLineEntryIndex(0, self.line, self.file),
30 self.assertEqual(cu.FindLineEntryIndex(0, 42, self.file),
/llvm-project-15.0.7/lldb/test/API/python_api/compile_unit/
H A DTestCompileUnitAPI.py38 self.assertEqual(main_cu.FindLineEntryIndex(line_entry, True),
39 main_cu.FindLineEntryIndex(0, line_entry.GetLine(),
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_compileunit.py12 obj.FindLineEntryIndex(0, 0xffffffff, None)