Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/archives/
H A DTestBSDArchives.py67 self.assertEqual(module_specs.GetSpecAtIndex(0).GetObjectName(), "c.o")
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModuleSpec.i129 GetSpecAtIndex (size_t i);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModuleSpec.h112 SBModuleSpec GetSpecAtIndex(size_t i);
/llvm-project-15.0.7/lldb/source/API/
H A DSBModuleSpec.cpp196 SBModuleSpec SBModuleSpecList::GetSpecAtIndex(size_t i) { in GetSpecAtIndex() function in SBModuleSpecList