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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp50 uint64_t operand_count = debug_macro_data.GetULEB128(offset); local
52 for (uint64_t j = 0; j < operand_count; j++) {

Completed in 369 milliseconds