Searched refs:IsUnspecified (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 29 IsUnspecified, enumerator 88 KIND(LVSymbolKind, IsUnspecified);
|
| H A D | LVType.h | 42 IsUnspecified, enumerator 94 KIND(LVTypeKind, IsUnspecified);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 91 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function 229 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 385 clEnumValN(LVSymbolKind::IsUnspecified, "Unspecified", 420 clEnumValN(LVTypeKind::IsUnspecified, "Unspecified",
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 244 if (!m_afa_value.IsUnspecified()) { in Dump() 321 if (can_replace_only_if_unspecified && !pos->second.IsUnspecified()) in SetRegisterLocationToUndefined()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 61 {LVSymbolKind::IsUnspecified, &LVSymbol::getIsUnspecified},
|
| H A D | LVType.cpp | 106 {LVTypeKind::IsUnspecified, &LVType::getIsUnspecified},
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 1517 if (abs_regloc->IsUnspecified()) { in SavedLocationForRegister()
|