Home
last modified time | relevance | path

Searched refs:num_specs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/archives/
H A DTestBSDArchives.py65 num_specs = module_specs.GetSize()
66 self.assertEqual(num_specs, 1)
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp363 const size_t num_specs = in LocateExecutableSymbolFile() local
367 if (num_specs == 2) { in LocateExecutableSymbolFile()
378 assert(num_specs <= 1 && in LocateExecutableSymbolFile()
380 if (num_specs == 1) { in LocateExecutableSymbolFile()
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp139 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal() local
142 if (num_specs > 0) { in CreateTargetInternal()
145 if (num_specs == 1) { in CreateTargetInternal()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1520 const uint32_t num_specs = file_specs.GetSize(); in LoadScriptingResourceInTarget() local
1521 if (num_specs) { in LoadScriptingResourceInTarget()
1524 for (uint32_t i = 0; i < num_specs; ++i) { in LoadScriptingResourceInTarget()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp815 uint32_t num_specs = 0; in GetDependentModules() local
819 num_specs++; in GetDependentModules()
822 return num_specs; in GetDependentModules()