Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp366 const size_t num_specs = in LocateExecutableSymbolFile() local
370 if (num_specs == 2) { in LocateExecutableSymbolFile()
381 assert(num_specs <= 1 && in LocateExecutableSymbolFile()
383 if (num_specs == 1) { in LocateExecutableSymbolFile()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Core/
H A DModule.cpp1502 const uint32_t num_specs = file_specs.GetSize(); in LoadScriptingResourceInTarget() local
1503 if (num_specs) { in LoadScriptingResourceInTarget()
1506 for (uint32_t i = 0; i < num_specs; ++i) { in LoadScriptingResourceInTarget()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp832 uint32_t num_specs = 0; in GetDependentModules() local
836 num_specs++; in GetDependentModules()
839 return num_specs; in GetDependentModules()