Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h418 DIEArray &accumulator);
425 DIEArray MergeBlockAbstractParameters(const DWARFDIE &block_die,
426 DIEArray &&variable_dies);
H A DDIERef.h135 typedef std::vector<DIERef> DIEArray; typedef
H A DDebugNamesDWARFIndex.cpp181 DIEArray incomplete_types; in GetCompleteObjCClass()
H A DSymbolFileDWARF.cpp3839 DIEArray
3841 DIEArray &&variable_dies) { in MergeBlockAbstractParameters()
3865 DIEArray::iterator concrete_it = variable_dies.begin(); in MergeBlockAbstractParameters()
3867 DIEArray merged; in MergeBlockAbstractParameters()
3921 DIEArray dummy_block_variables; // The recursive call should not add anything in ParseVariablesInFunctionContext()
3935 lldb::addr_t func_low_pc, DIEArray &accumulator) { in ParseVariablesInFunctionContextRecursive()
3974 DIEArray block_variables; in ParseVariablesInFunctionContextRecursive()