Home
last modified time | relevance | path

Searched refs:DIEArray (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h428 DIEArray &accumulator);
435 DIEArray MergeBlockAbstractParameters(const DWARFDIE &block_die,
436 DIEArray &&variable_dies);
H A DDIERef.h135 typedef std::vector<DIERef> DIEArray; typedef
H A DSymbolFileDWARF.cpp3820 DIEArray
3822 DIEArray &&variable_dies) { in MergeBlockAbstractParameters()
3846 DIEArray::iterator concrete_it = variable_dies.begin(); in MergeBlockAbstractParameters()
3848 DIEArray merged; in MergeBlockAbstractParameters()
3902 DIEArray dummy_block_variables; // The recursive call should not add anything in ParseVariablesInFunctionContext()
3916 lldb::addr_t func_low_pc, DIEArray &accumulator) { in ParseVariablesInFunctionContextRecursive()
3955 DIEArray block_variables; in ParseVariablesInFunctionContextRecursive()