Home
last modified time | relevance | path

Searched defs:exe_scope (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp29 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
39 ValueObjectConstResult::ValueObjectConstResult(ExecutionContextScope *exe_scope, in ValueObjectConstResult()
52 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
64 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
85 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
99 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
110 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
127 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
141 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
171 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
[all …]
H A DValueObjectMemory.cpp32 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create()
41 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create()
51 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
79 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
H A DValueObjectRegister.cpp43 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create()
52 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet()
176 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create()
184 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister()
H A DDumpRegisterValue.cpp26 lldb_private::ExecutionContextScope *exe_scope, in dump_type_value()
65 ExecutionContextScope *exe_scope, in DumpRegisterValue()
H A DAddress.cpp63 static size_t ReadBytes(ExecutionContextScope *exe_scope, in ReadBytes()
78 static bool GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, in GetByteOrderAndAddressSize()
103 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64()
127 static bool ReadAddress(ExecutionContextScope *exe_scope, in ReadAddress()
164 static bool DumpUInt(ExecutionContextScope *exe_scope, const Address &address, in DumpUInt()
192 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory()
408 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
H A DValueObjectVariable.cpp52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create()
58 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
H A DDumpDataExtractor.cpp121 ExecutionContextScope *exe_scope, in DumpInstructions()
243 ExecutionContextScope *exe_scope) { in GetMemoryTags()
349 ExecutionContextScope *exe_scope, bool show_memory_tags) { in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp26 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable()
35 ExecutionContextScope *exe_scope, Value &value, ConstString name, in ClangExpressionVariable()
50 ExecutionContextScope *exe_scope, ConstString name, in ClangExpressionVariable()
H A DClangUserExpression.cpp65 ExecutionContextScope &exe_scope, llvm::StringRef expr, in ClangUserExpression()
556 DiagnosticManager &diagnostic_manager, ExecutionContextScope *exe_scope, in TryParse()
673 ExecutionContextScope *exe_scope = process; in Parse() local
844 ExecutionContextScope *exe_scope = process; in Complete() local
977 ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
H A DClangFunctionCaller.cpp49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller()
H A DClangUtilityFunction.cpp32 ClangUtilityFunction::ClangUtilityFunction(ExecutionContextScope &exe_scope, in ClangUtilityFunction()
H A DClangPersistentVariables.cpp41 ExecutionContextScope *exe_scope, ConstString name, in CreatePersistentVariable()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpression.cpp23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
H A DUtilityFunction.cpp38 UtilityFunction::UtilityFunction(ExecutionContextScope &exe_scope, in UtilityFunction()
H A DMaterializer.cpp934 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
988 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
1223 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1504 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1554 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
H A DLLVMUserExpression.cpp42 LLVMUserExpression::LLVMUserExpression(ExecutionContextScope &exe_scope, in LLVMUserExpression()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h104 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
127 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
H A DLanguageRuntime.h117 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
H A DUserExpression.h220 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp173 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp928 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger()
955 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp97 ExecutionContextScope *exe_scope = in FormatObject() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp411 size_t Language::TypeScavenger::Find(ExecutionContextScope *exe_scope, in Find()
431 ExecutionContextScope *exe_scope, const char *key, ResultSet &results) { in Find_Impl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp113 Stream &strm, Value &value, ExecutionContextScope *exe_scope) { in GetObjectDescription()

12