Searched refs:FindSupportFileIndex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 167 uint32_t SBCompileUnit::FindSupportFileIndex(uint32_t start_idx, in FindSupportFileIndex() function in SBCompileUnit 170 LLDB_RECORD_METHOD(uint32_t, SBCompileUnit, FindSupportFileIndex, in FindSupportFileIndex() 264 LLDB_REGISTER_METHOD(uint32_t, SBCompileUnit, FindSupportFileIndex, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBCompileUnit.i | 88 FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCompileUnit.h | 48 uint32_t FindSupportFileIndex(uint32_t start_idx, const SBFileSpec &sb_file,
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 15630 result = (uint32_t)(arg1)->FindSupportFileIndex(arg2,(lldb::SBFileSpec const &)*arg3,arg4); in _wrap_SBCompileUnit_FindSupportFileIndex()
|