Searched refs:FindLineEntryIndex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCompileUnit.h | 37 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,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 80 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
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBCompileUnitDocstrings.i | 49 was not found in the compile unit.") lldb::SBCompileUnit::FindLineEntryIndex;
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 16262 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(*arg2,arg3); in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_0() 16293 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(*arg2); in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_1() 16330 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4); in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_2() 16370 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4,arg5); in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_3()
|