Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp399 size_t num_added = 0; in ParseFunctionBlocksForPDBSymbol() local
428 ++num_added; in ParseFunctionBlocksForPDBSymbol()
434 num_added += ParseFunctionBlocksForPDBSymbol( in ParseFunctionBlocksForPDBSymbol()
441 return num_added; in ParseFunctionBlocksForPDBSymbol()
446 size_t num_added = 0; in ParseBlocksRecursive() local
452 num_added = ParseFunctionBlocksForPDBSymbol( in ParseBlocksRecursive()
454 return num_added; in ParseBlocksRecursive()
460 size_t num_added = 0; in ParseTypes() local
465 auto ParseTypesByTagFn = [&num_added, this](const PDBSymbol &raw_sym) { in ParseTypes()
490 ++num_added; in ParseTypes()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp136 size_t num_added = 0; in ParseFunctions() local
193 ++num_added; in ParseFunctions()
202 return num_added; in ParseFunctions()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLineTable.cpp334 size_t num_added = 0; in FineLineEntriesForFileIndex() local
347 ++num_added; in FineLineEntriesForFileIndex()
353 return num_added; in FineLineEntriesForFileIndex()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtarget.c1551 target_resize_to_sections (struct target_ops *target, int num_added) in target_resize_to_sections() argument
1564 (sizeof (struct section_table)) * (num_added + old_count)); in target_resize_to_sections()
1570 xmalloc ((sizeof (struct section_table)) * num_added); in target_resize_to_sections()
1572 target->to_sections_end = target->to_sections + (num_added + old_count); in target_resize_to_sections()
H A Dtarget.h1177 int num_added);