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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp356 const size_t num_specs = local
358 assert(num_specs <= 1 &&
360 if (num_specs == 1) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp125 const size_t num_specs = ObjectFile::GetModuleSpecifications( local
127 if (num_specs > 0) {
130 if (num_specs == 1) {
178 for (size_t i = 0; i < num_specs; ++i) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1491 const uint32_t num_specs = file_specs.GetSize(); local
1492 if (num_specs) {
1495 for (uint32_t i = 0; i < num_specs; ++i) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp791 uint32_t num_specs = 0; local
795 num_specs++;
798 return num_specs;

Completed in 73 milliseconds