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 | 28 IsUnspecified, enumerator 87 KIND(LVSymbolKind, IsUnspecified);
|
H A D | LVType.h | 41 IsUnspecified, enumerator 90 KIND(LVTypeKind, IsUnspecified);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | UnwindPlan.h | 90 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 D | Options.cpp | 381 clEnumValN(LVSymbolKind::IsUnspecified, "Unspecified", 416 clEnumValN(LVTypeKind::IsUnspecified, "Unspecified",
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindPlan.cpp | 234 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 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 | 1541 if (unwindplan_regloc.IsUnspecified()) { in SavedLocationForRegister()
|