/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResult.cpp | 29 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() argument 39 ValueObjectConstResult::ValueObjectConstResult(ExecutionContextScope *exe_scope, in ValueObjectConstResult() argument 52 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() argument 64 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() argument 85 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() argument 99 Create(ExecutionContextScope * exe_scope,Value & value,ConstString name,Module * module) Create() argument 110 ValueObjectConstResult(ExecutionContextScope * exe_scope,ValueObjectManager & manager,const CompilerType & compiler_type,ConstString name,const lldb::DataBufferSP & data_sp,lldb::ByteOrder data_byte_order,uint32_t data_addr_size,lldb::addr_t address) ValueObjectConstResult() argument 127 Create(ExecutionContextScope * exe_scope,const CompilerType & compiler_type,ConstString name,lldb::addr_t address,AddressType address_type,uint32_t addr_byte_size) Create() argument 141 ValueObjectConstResult(ExecutionContextScope * exe_scope,ValueObjectManager & manager,const CompilerType & compiler_type,ConstString name,lldb::addr_t address,AddressType address_type,uint32_t addr_byte_size) ValueObjectConstResult() argument 171 Create(ExecutionContextScope * exe_scope,const Status & error) Create() argument 177 ValueObjectConstResult(ExecutionContextScope * exe_scope,ValueObjectManager & manager,const Status & error) ValueObjectConstResult() argument 185 ValueObjectConstResult(ExecutionContextScope * exe_scope,ValueObjectManager & manager,const Value & value,ConstString name,Module * module) ValueObjectConstResult() argument [all...] |
H A D | ValueObjectMemory.cpp | 32 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() argument 41 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() argument 51 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() argument 79 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() argument
|
H A D | ValueObjectRegister.cpp | 43 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create() argument 52 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() argument 176 Create(ExecutionContextScope * exe_scope,lldb::RegisterContextSP & reg_ctx_sp,const RegisterInfo * reg_info) Create() argument 184 ValueObjectRegister(ExecutionContextScope * exe_scope,ValueObjectManager & manager,lldb::RegisterContextSP & reg_ctx,const RegisterInfo * reg_info) ValueObjectRegister() argument
|
H A D | DumpRegisterValue.cpp | 26 lldb_private::ExecutionContextScope *exe_scope, in dump_type_value() argument 65 DumpRegisterValue(const RegisterValue & reg_val,Stream & s,const RegisterInfo & reg_info,bool prefix_with_name,bool prefix_with_alt_name,Format format,uint32_t reg_name_right_align_at,ExecutionContextScope * exe_scope,bool print_flags,TargetSP target_sp) DumpRegisterValue() argument
|
H A D | Address.cpp | 63 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 D | ValueObjectVariable.cpp | 52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() argument 58 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable() argument
|
H A D | DumpDataExtractor.cpp | 121 ExecutionContextScope *exe_scope, in DumpInstructions() argument 243 ExecutionContextScope *exe_scope) { in GetMemoryTags() argument 349 ExecutionContextScope *exe_scope, bool show_memory_tags) { in DumpDataExtractor() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionVariable.cpp | 26 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 D | ClangUserExpression.cpp | 65 ClangUserExpression(ExecutionContextScope & exe_scope,llvm::StringRef expr,llvm::StringRef prefix,lldb::LanguageType language,ResultType desired_type,const EvaluateExpressionOptions & options,ValueObject * ctx_obj) ClangUserExpression() argument 556 TryParse(DiagnosticManager & diagnostic_manager,ExecutionContextScope * exe_scope,ExecutionContext & exe_ctx,lldb_private::ExecutionPolicy execution_policy,bool keep_result_in_memory,bool generate_debug_info) TryParse() argument 673 ExecutionContextScope *exe_scope = process; Parse() local 844 ExecutionContextScope *exe_scope = process; Complete() local 977 GetResultAfterDematerialization(ExecutionContextScope * exe_scope) GetResultAfterDematerialization() argument
|
H A D | ClangFunctionCaller.cpp | 49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() argument
|
H A D | ClangUtilityFunction.cpp | 32 ClangUtilityFunction::ClangUtilityFunction(ExecutionContextScope &exe_scope, in ClangUtilityFunction() argument
|
H A D | ClangPersistentVariables.cpp | 41 ExecutionContextScope *exe_scope, ConstString name, in CreatePersistentVariable()
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | Expression.cpp | 23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
|
H A D | UtilityFunction.cpp | 38 UtilityFunction::UtilityFunction(ExecutionContextScope &exe_scope, in UtilityFunction() argument
|
H A D | Materializer.cpp | 934 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 D | LLVMUserExpression.cpp | 42 LLVMUserExpression::LLVMUserExpression(ExecutionContextScope &exe_scope, in LLVMUserExpression() argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Language.h | 104 Find_Impl(ExecutionContextScope * exe_scope,const char * key,ResultSet & results) Find_Impl() argument 127 Find_Impl(ExecutionContextScope * exe_scope,const char * key,ResultSet & results) Find_Impl() argument
|
H A D | LanguageRuntime.h | 117 GetConcreteType(ExecutionContextScope * exe_scope,ConstString abstract_type_name) GetConcreteType() argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionParser.h | 39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser() argument
|
H A D | UserExpression.h | 220 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.cpp | 173 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); DoExecute() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 928 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger() 955 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger()
|
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 97 ExecutionContextScope *exe_scope = in FormatObject() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | Language.cpp | 411 Find(ExecutionContextScope * exe_scope,const char * key,ResultSet & results,bool append) Find() argument 431 Find_Impl(ExecutionContextScope * exe_scope,const char * key,ResultSet & results) Find_Impl() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 113 GetObjectDescription(Stream & strm,Value & value,ExecutionContextScope * exe_scope) GetObjectDescription() argument
|