Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h29 IsUnspecified, enumerator
88 KIND(LVSymbolKind, IsUnspecified);
H A DLVType.h42 IsUnspecified, enumerator
94 KIND(LVTypeKind, IsUnspecified);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h91 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 DOptions.cpp385 clEnumValN(LVSymbolKind::IsUnspecified, "Unspecified",
420 clEnumValN(LVTypeKind::IsUnspecified, "Unspecified",
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp244 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 DLVSymbol.cpp61 {LVSymbolKind::IsUnspecified, &LVSymbol::getIsUnspecified},
H A DLVType.cpp106 {LVTypeKind::IsUnspecified, &LVType::getIsUnspecified},
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1517 if (abs_regloc->IsUnspecified()) { in SavedLocationForRegister()