Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h493 … const char *tag_cstr = lldb_private::DW_TAG_value_to_name (hash_data.tag); in Dump() local
494 if (tag_cstr) in Dump()
495 strm.PutCString (tag_cstr); in Dump()