Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValue.cpp125 if (m_context_type == ContextType::RegisterInfo) in GetRegisterInfo()
131 if (m_context_type == ContextType::LLDBType) in GetType()
183 case ContextType::Invalid: in ValueOf()
184 case ContextType::RegisterInfo: // RegisterInfo * in ValueOf()
185 case ContextType::LLDBType: // Type * in ValueOf()
188 case ContextType::Variable: // Variable * in ValueOf()
197 case ContextType::RegisterInfo: // RegisterInfo * in GetValueByteSize()
205 case ContextType::Invalid: in GetValueByteSize()
206 case ContextType::LLDBType: // Type * in GetValueByteSize()
207 case ContextType::Variable: // Variable * in GetValueByteSize()
[all …]
H A DValueObjectVariable.cpp139 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
143 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue()
166 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
233 value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
246 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue()
351 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) in GetLocationAsCString()
364 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetValueFromCString()
393 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetData()
H A DValueObjectMemory.cpp61 m_value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in ValueObjectMemory()
211 value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in UpdateValue()
H A DValueObjectRegister.cpp252 m_value.SetContext(Value::ContextType::RegisterInfo, in UpdateValue()
H A DValueObject.cpp302 if (value.GetContextType() == Value::ContextType::RegisterInfo) { in GetLocationAsCStringImpl()
1069 if (m_value.GetContextType() == Value::ContextType::RegisterInfo) { in GetValueAsCString()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValue.h56 enum class ContextType { enum
87 ContextType GetContextType() const { return m_context_type; } in GetContextType()
93 m_context_type = ContextType::Invalid; in ClearContext()
96 void SetContext(ContextType context_type, void *p) { in SetContext()
99 if (m_context_type == ContextType::RegisterInfo) { in SetContext()
139 static const char *GetContextTypeAsCString(ContextType context_type);
153 ContextType m_context_type = ContextType::Invalid;
H A DEmulateInstruction.h100 enum ContextType { enum
186 ContextType type = eContextInvalid;
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h53 enum ContextType { enum
148 ContextType Type;
179 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
51 if (context_type == Value::ContextType::RegisterInfo) { in FormatObject()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp14 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()
76 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h38 using ContextType = void;
H A DDebugChecksumsSubsection.h43 using ContextType = void;
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h52 Value::ContextType::RegisterInfo, const_cast<RegisterInfo *>(reg_info)); in SetRegisterInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp102 QualType ContextType in computeDeclContext() local
110 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
118 = ClassTemplate->findPartialSpecialization(ContextType)) { in computeDeclContext()
H A DSemaStmt.cpp702 int ContextType; in checkMustTailAttr() local
704 ContextType = 0; in checkMustTailAttr()
706 ContextType = 1; in checkMustTailAttr()
708 ContextType = 2; in checkMustTailAttr()
710 << &MTA << ContextType; in checkMustTailAttr()
H A DSemaCodeComplete.cpp526 static QualType getPreferredTypeOfUnaryArg(Sema &S, QualType ContextType, in getPreferredTypeOfUnaryArg() argument
532 if (!ContextType.isNull() && ContextType->isPointerType()) in getPreferredTypeOfUnaryArg()
533 return ContextType->getPointeeType(); in getPreferredTypeOfUnaryArg()
536 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg()
538 return S.getASTContext().getPointerType(ContextType.getNonReferenceType()); in getPreferredTypeOfUnaryArg()
544 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg()
547 return ContextType; in getPreferredTypeOfUnaryArg()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp152 Contexts.back().ContextType = Context::TemplateArgument; in parseAngle()
327 Contexts.back().ContextType = Context::C11GenericSelection; in parseParens()
339 Contexts.back().ContextType = Context::ForEachMacro; in parseParens()
598 Contexts.back().ContextType == Context::TemplateArgument); in parseSquare()
855 Contexts.back().ContextType = Context::StructArrayInitializer; in parseBrace()
1039 } else if (Contexts.back().ContextType == Context::C11GenericSelection) { in consumeToken()
1252 switch (Contexts.back().ContextType) { in consumeToken()
1267 if (Contexts.back().ContextType == Context::ForEachMacro) in consumeToken()
1544 if (ctx.ContextType == Context::StructArrayInitializer) in parseLine()
1642 } ContextType = Unknown; member
[all …]
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp213 arg_value->GetContextType() == Value::ContextType::Invalid && in WriteFunctionArguments()
H A DDWARFExpression.cpp120 value.SetContext(Value::ContextType::RegisterInfo, in ReadRegisterValueAsScalar()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1542 if (var_location.GetContextType() == Value::ContextType::Invalid) in GetVariableValue()
1642 if (var_location.GetContextType() == Value::ContextType::Invalid) in AddOneVariable()