Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp24 if (llvmstr.empty()) { in DW_TAG_value_to_name()
28 return llvmstr.data(); in DW_TAG_value_to_name()
34 if (llvmstr.empty()) { in DW_AT_value_to_name()
38 return llvmstr.data(); in DW_AT_value_to_name()
44 if (llvmstr.empty()) { in DW_FORM_value_to_name()
48 return llvmstr.data(); in DW_FORM_value_to_name()
54 if (llvmstr.empty()) { in DW_OP_value_to_name()
58 return llvmstr.data(); in DW_OP_value_to_name()
64 if (llvmstr.empty()) { in DW_ATE_value_to_name()
68 return llvmstr.data(); in DW_ATE_value_to_name()
[all …]