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

/freebsd-10.3-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.cpp191 pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, mangled ? mangled : name);
238 pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, 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 102 milliseconds