Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp86 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, in FindLineEntryIndex() function in SBCompileUnit
88 LLDB_RECORD_METHOD_CONST(uint32_t, SBCompileUnit, FindLineEntryIndex, in FindLineEntryIndex()
93 return FindLineEntryIndex(start_idx, line, inline_file_spec, exact); in FindLineEntryIndex()
96 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, in FindLineEntryIndex() function in SBCompileUnit
99 LLDB_RECORD_METHOD_CONST(uint32_t, SBCompileUnit, FindLineEntryIndex, in FindLineEntryIndex()
256 LLDB_REGISTER_METHOD_CONST(uint32_t, SBCompileUnit, FindLineEntryIndex, in RegisterMethods()
258 LLDB_REGISTER_METHOD_CONST(uint32_t, SBCompileUnit, FindLineEntryIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCompileUnit.i71 FindLineEntryIndex (uint32_t start_idx,
76 FindLineEntryIndex (uint32_t start_idx,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h37 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
40 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15410 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4); in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_0()
15450 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4,arg5); in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_1()