Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCompileUnit.i101 GetNumSupportFiles () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCompileUnit.h49 uint32_t GetNumSupportFiles() const;
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldb_module_utils.py176 num_support_files = cu.GetNumSupportFiles()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCompileUnit.cpp124 uint32_t SBCompileUnit::GetNumSupportFiles() const { in GetNumSupportFiles() function in SBCompileUnit