H A D | DWARFLocationExpression.cpp | 108 static DWARFExpression MakeLocationExpressionInternal(lldb::ModuleSP module, in MakeLocationExpressionInternal() argument 110 const ArchSpec &architecture = module->GetArchitecture(); in MakeLocationExpressionInternal() 134 std::optional<int32_t> relative_offset, lldb::ModuleSP module) { in MakeRegisterBasedLocationExpressionInternal() argument 135 uint32_t reg_num = GetRegisterNumber(module->GetArchitecture().GetMachine(), in MakeRegisterBasedLocationExpressionInternal() 159 lldb::ModuleSP module) { in MakeRegisterBasedLocationExpressionInternal() argument 161 module, [&](Stream &stream, RegisterKind ®ister_kind) -> bool { in MakeRegisterBasedLocationExpressionInternal() 163 stream, reg, register_kind, relative_offset, module); in MakeRegisterBasedLocationExpressionInternal() 168 llvm::codeview::RegisterId reg, lldb::ModuleSP module) { in MakeEnregisteredLocationExpression() argument 169 return MakeRegisterBasedLocationExpressionInternal(reg, std::nullopt, module); in MakeEnregisteredLocationExpression() 173 llvm::codeview::RegisterId reg, int32_t offset, lldb::ModuleSP module) { in MakeRegRelLocationExpression() argument 185 MakeVFrameRelLocationExpression(llvm::StringRef fpo_program,int32_t offset,lldb::ModuleSP module) MakeVFrameRelLocationExpression() argument 205 MakeGlobalLocationExpression(uint16_t section,uint32_t offset,ModuleSP module) MakeGlobalLocationExpression() argument 229 MakeConstantLocationExpression(TypeIndex underlying_ti,TpiStream & tpi,const llvm::APSInt & constant,ModuleSP module) MakeConstantLocationExpression() argument 264 MakeEnregisteredLocationExpressionForComposite(const std::map<uint64_t,MemberValLocation> & offset_to_location,std::map<uint64_t,size_t> & offset_to_size,size_t total_size,lldb::ModuleSP module) MakeEnregisteredLocationExpressionForComposite() argument [all...] |