Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp
H A DValueObjectMemory.cpp
H A DValueObjectRegister.cpp
H A DDumpRegisterValue.cpp26 lldb_private::ExecutionContextScope *exe_scope, in dump_type_value() argument
66 ExecutionContextScope *exe_scope, in DumpRegisterValue() argument
H A DAddress.cpp63 static size_t ReadBytes(ExecutionContextScope *exe_scope, in ReadBytes() argument
78 static bool GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, in GetByteOrderAndAddressSize() argument
103 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64() argument
127 ReadAddress(ExecutionContextScope * exe_scope,const Address & address,uint32_t pointer_size,Address & deref_so_addr) ReadAddress() argument
164 DumpUInt(ExecutionContextScope * exe_scope,const Address & address,uint32_t byte_size,Stream * strm) DumpUInt() argument
192 ReadCStringFromMemory(ExecutionContextScope * exe_scope,const Address & address,Stream * strm) ReadCStringFromMemory() argument
408 Dump(Stream * s,ExecutionContextScope * exe_scope,DumpStyle style,DumpStyle fallback_style,uint32_t addr_size,bool all_ranges,std::optional<Stream::HighlightSettings> settings) const Dump() argument
[all...]
H A DValueObjectVariable.cpp
H A DDumpDataExtractor.cpp121 ExecutionContextScope *exe_scope, in DumpInstructions() argument
243 GetMemoryTags(lldb::addr_t addr,size_t length,ExecutionContextScope * exe_scope) GetMemoryTags() argument
349 DumpDataExtractor(const DataExtractor & DE,Stream * s,offset_t start_offset,lldb::Format item_format,size_t item_byte_size,size_t item_count,size_t num_per_line,uint64_t base_addr,uint32_t item_bit_size,uint32_t item_bit_offset,ExecutionContextScope * exe_scope,bool show_memory_tags) DumpDataExtractor() argument
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp26 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument
35 ExecutionContextScope *exe_scope, Value &value, ConstString name, in ClangExpressionVariable() argument
50 ExecutionContextScope *exe_scope, ConstString name, in ClangExpressionVariable() argument
H A DClangFunctionCaller.cpp49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() argument
H A DClangUtilityFunction.cpp32 ClangUtilityFunction::ClangUtilityFunction(ExecutionContextScope &exe_scope, in ClangUtilityFunction()
H A DClangPersistentVariables.cpp41 ExecutionContextScope *exe_scope, ConstString name, in CreatePersistentVariable()
/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() argument
H A DMaterializer.cpp934 ExecutionContextScope *exe_scope = frame_sp.get(); Materialize() local
988 ExecutionContextScope *exe_scope = frame_sp.get(); Dematerialize() local
1223 ExecutionContextScope *exe_scope = frame_sp.get(); Materialize() local
1504 ExecutionContextScope *exe_scope = frame_sp.get(); Materialize() local
1554 ExecutionContextScope *exe_scope = frame_sp.get(); Dematerialize() local
[all...]
H A DLLVMUserExpression.cpp42 LLVMUserExpression::LLVMUserExpression(ExecutionContextScope &exe_scope, in LLVMUserExpression() argument
/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() argument
/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h113 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() argument
136 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() argument
H A DLanguageRuntime.h118 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp187 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); DoExecute() local
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp928 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger() argument
955 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger() argument
/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp97 ExecutionContextScope *exe_scope = in FormatObject() local
/llvm-project/lldb/unittests/ValueObject/
H A DDumpValueObjectOptionsTests.cpp84 ExecutionContextScope *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in TestDumpEnum() local
/llvm-project/lldb/source/Target/
H A DLanguage.cpp442 size_t Language::TypeScavenger::Find(ExecutionContextScope *exe_scope, in Find() argument
462 ExecutionContextScope *exe_scope, const char *key, ResultSet &results) { in Find_Impl() argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp115 ExecutionContextScope *exe_scope) { in GetObjectDescription() argument

12