Lines Matching refs:module

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 &register_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
174 return MakeRegisterBasedLocationExpressionInternal(reg, offset, module); in MakeRegRelLocationExpression()
185 llvm::StringRef fpo_program, int32_t offset, lldb::ModuleSP module) { in MakeVFrameRelLocationExpression() argument
187 module, [&](Stream &stream, RegisterKind &register_kind) -> bool { in MakeVFrameRelLocationExpression()
188 const ArchSpec &architecture = module->GetArchitecture(); in MakeVFrameRelLocationExpression()
205 uint16_t section, uint32_t offset, ModuleSP module) { in MakeGlobalLocationExpression() argument
207 assert(module); in MakeGlobalLocationExpression()
210 module, [&](Stream &stream, RegisterKind &register_kind) -> bool { in MakeGlobalLocationExpression()
213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression()
229 ModuleSP module) { in MakeConstantLocationExpression() argument
230 const ArchSpec &architecture = module->GetArchitecture(); in MakeConstantLocationExpression()
264 lldb::ModuleSP module) { in MakeEnregisteredLocationExpressionForComposite() argument
266 module, [&](Stream &stream, RegisterKind &register_kind) -> bool { in MakeEnregisteredLocationExpressionForComposite()
283 module)) in MakeEnregisteredLocationExpressionForComposite()