Home
last modified time | relevance | path

Searched refs:FindFileIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp71 static size_t FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindFileIndex() function
95 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindFileIndex() function in FileSpecList
97 return ::FindFileIndex( in FindFileIndex()
102 size_t SupportFileList::FindFileIndex(size_t start_idx, in FindFileIndex() function in SupportFileList
105 return ::FindFileIndex(start_idx, file_spec, full, m_files.size(), in FindFileIndex()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp43 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback()
55 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
H A DSearchFilter.cpp513 return module_sp && m_module_spec_list.FindFileIndex( in ModulePasses()
521 return m_module_spec_list.FindFileIndex(0, spec, true) != UINT32_MAX; in ModulePasses()
543 if (m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) == in Search()
701 if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) == UINT32_MAX) in AddressPasses()
707 return m_cu_spec_list.FindFileIndex(0, fileSpec, false) != UINT32_MAX; in CompUnitPasses()
711 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit.GetPrimaryFile(), in CompUnitPasses()
742 m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) == in Search()
762 if (m_cu_spec_list.FindFileIndex( in Search()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp68 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex() function in SBFileSpecList
72 return m_opaque_up->FindFileIndex(idx, sb_file.ref(), full); in FindFileIndex()
H A DSBCompileUnit.cpp175 return support_files.FindFileIndex(start_idx, sb_file.ref(), full); in FindSupportFileIndex()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h45 size_t FindFileIndex(size_t idx, const FileSpec &file, bool full) const;
176 size_t FindFileIndex(size_t idx, const FileSpec &file, bool full) const;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpecList.h37 uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full);
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp208 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path); in DumpFileLinesInCompUnit()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29830 SWIG_check_num_args("lldb::SBFileSpecList::FindFileIndex",4,4) in _wrap_SBFrame_GetThread()
29831 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBFileSpecList::FindFileIndex",1,"lldb::SBFileSpecList *");
29832 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBFileSpecList::FindFileIndex",2,"uint32_t");
29833 if(!lua_isuserdata(L,3)) SWIG_fail_arg("lldb::SBFileSpecList::FindFileIndex",3,"lldb::SBFileSpec const &"); in _wrap_SBFrame_Disassemble()
29834 if(!lua_isboolean(L,4)) SWIG_fail_arg("lldb::SBFileSpecList::FindFileIndex",4,"bool"); in _wrap_SBFrame_Disassemble()
29847 result = (uint32_t)(arg1)->FindFileIndex(arg2,(lldb::SBFileSpec const &)*arg3,arg4); in _wrap_SBFrame_Disassemble()
29933 { "FindFileIndex", _wrap_SBFileSpecList_FindFileIndex}, in _wrap_SBFrame_GetVariables__SWIG_0()
[all...]