Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp25 if (llvmstr.empty()) { in DW_TAG_value_to_name()
29 return llvmstr.data(); in DW_TAG_value_to_name()
35 if (llvmstr.empty()) { in DW_AT_value_to_name()
39 return llvmstr.data(); in DW_AT_value_to_name()
45 if (llvmstr.empty()) { in DW_FORM_value_to_name()
49 return llvmstr.data(); in DW_FORM_value_to_name()
55 if (llvmstr.empty()) { in DW_OP_value_to_name()
59 return llvmstr.data(); in DW_OP_value_to_name()
65 if (llvmstr.empty()) { in DW_ATE_value_to_name()
69 return llvmstr.data(); in DW_ATE_value_to_name()
[all …]