Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugPubnames.cpp191 … pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, mangled ? mangled : name); in GeneratePubnames()
238 pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, name); in GeneratePubBaseTypes()
HDDWARFDebugArangeSet.h42 void AddDescriptor(const DWARFDebugArangeSet::Descriptor& range);
HDDWARFDebugPubnamesSet.h71 void AddDescriptor(dw_offset_t cu_rel_offset, const char* name);
HDDWARFDebugPubnamesSet.cpp40 DWARFDebugPubnamesSet::AddDescriptor(dw_offset_t cu_rel_offset, const char* name) in AddDescriptor() function in DWARFDebugPubnamesSet
HDDWARFDebugArangeSet.cpp100 DWARFDebugArangeSet::AddDescriptor(const DWARFDebugArangeSet::Descriptor& range) in AddDescriptor() function in DWARFDebugArangeSet