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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h42 void AddDescriptor(const DWARFDebugArangeSet::Descriptor& range);
H A DDWARFDebugPubnamesSet.h71 void AddDescriptor(dw_offset_t cu_rel_offset, const char* name);
H A DDWARFDebugPubnames.cpp176 pubnames_set.AddDescriptor(die.GetCompileUnitRelativeOffset(), mangled ? mangled : name);
222 pubnames_set.AddDescriptor(die.GetCompileUnitRelativeOffset(), name);
H A DDWARFDebugPubnamesSet.cpp40 DWARFDebugPubnamesSet::AddDescriptor(dw_offset_t cu_rel_offset, const char* name) function in class:DWARFDebugPubnamesSet
H A DDWARFDebugArangeSet.cpp66 // using the AddDescriptor method.
100 DWARFDebugArangeSet::AddDescriptor(const DWARFDebugArangeSet::Descriptor& range) function in class:DWARFDebugArangeSet

Completed in 111 milliseconds