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.h28 IsUnspecified, enumerator
87 KIND(LVSymbolKind, IsUnspecified);
H A DLVType.h41 IsUnspecified, enumerator
90 KIND(LVTypeKind, IsUnspecified);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp381 clEnumValN(LVSymbolKind::IsUnspecified, "Unspecified",
416 clEnumValN(LVTypeKind::IsUnspecified, "Unspecified",
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp234 if (!m_afa_value.IsUnspecified()) { in Dump()
311 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.cpp1541 if (unwindplan_regloc.IsUnspecified()) { in SavedLocationForRegister()