| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | UnwindTable.cpp | 32 : m_module(module), m_unwinds(), m_initialized(false), m_mutex(), in UnwindTable() 48 ObjectFile *object_file = m_module.GetObjectFile(); in Initialize() 54 SectionList *sl = m_module.GetSectionList(); in Initialize() 166 s.Format("UnwindTable for '{0}':\n", m_module.GetFileSpec()); in Dump() 201 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile() 203 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } in GetArchitecture() 206 if (ObjectFile *object_file = m_module.GetObjectFile()) in GetAllowAssemblyEmulationUnwindPlans()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 150 return DeclForGlobal(global_val, m_module); in DeclForGlobal() 408 Type *i8_ty = Type::getInt8Ty(m_module->getContext()); in RewriteObjCConstString() 1686 LLVMContext &context(m_module->getContext()); in ReplaceVariables() 1784 m_module = &llvm_module; in runOnModule() 1793 m_module->print(oss, nullptr); in runOnModule() 1825 (*m_module), int8_ty, false /* IsConstant */, in runOnModule() 1848 m_module->print(oss, nullptr); in runOnModule() 1855 for (llvm::Function &function : *m_module) { in runOnModule() 1896 for (llvm::Function &function : *m_module) { in runOnModule() 1917 for (llvm::Function &function : *m_module) { in runOnModule() [all …]
|
| H A D | IRDynamicChecks.cpp | 140 : m_module(module), m_checker_function(checker_function) {} in Instrumenter() 246 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildPointerValidatorFunc() 270 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildObjectCheckerFunc() 279 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext()); in GetI8PtrTy() 286 llvm::DataLayout data_layout(&m_module); in GetIntptrTy() 288 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in GetIntptrTy() 299 llvm::Module &m_module; ///< The module which is being instrumented member in Instrumenter
|
| H A D | IRForTarget.h | 416 llvm::Module *m_module = nullptr; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 146 : m_module(module), m_name(name), m_slot(slot) {} in RSKernelDescriptor() 150 const RSModuleDescriptor *m_module; member 158 : m_module(module), m_name(name) {} in RSGlobalDescriptor() 162 const RSModuleDescriptor *m_module; member 172 : m_module(module), m_reduce_name(name), m_init_name(init_name), in m_module() function 182 const RSModuleDescriptor *m_module; member 223 RSModuleDescriptor(const lldb::ModuleSP &module) : m_module(module) {} in RSModuleDescriptor() 233 const lldb::ModuleSP m_module; variable
|
| H A D | RenderScriptRuntime.cpp | 847 if (module_desc->m_module != module) in SearchCallback() 1625 const ModuleSP module = rsmodule_sp->m_module; in FixupScriptDetails() 2235 module_sp->m_module->FindGlobalVariables( in FindStructTypeName() 2744 if (rs_module->m_module == module_sp) { in LoadModule() 2962 assert(m_module); in ParseRSInfo() 2964 const Symbol *info_sym = m_module->FindFirstSymbolWithNameAndType( in ParseRSInfo() 2974 const FileSpec fs = m_module->GetFileSpec(); in ParseRSInfo() 3888 m_module->GetFileSpec().Dump(strm.AsRawOstream()); in Dump() 3889 strm.Indent(m_module->GetNumCompileUnits() ? "Debug info loaded." in Dump() 3938 m_module->m_module->FindGlobalVariables(m_name, CompilerDeclContext(), 1U, in Dump() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.cpp | 72 index.m_module.GetSymbolFile()->GetBackingSymbolFile())), in DIERefCallbackImpl() 83 m_module.ReportErrorIfModifyDetected( in ReportInvalidDIERef()
|
| H A D | DWARFIndex.h | 24 DWARFIndex(Module &module) : m_module(module) {} in DWARFIndex() 70 Module &m_module;
|
| H A D | AppleDWARFIndex.cpp | 139 m_module.LogMessage(log, "FindByNameAndTagAndQualifiedNameHash()"); in GetTypes() 162 m_module.LogMessage(log, "FindByNameAndTag()"); in GetTypes()
|
| H A D | ManualDWARFIndex.cpp | 70 m_module.GetDescription(module_desc.AsRawOstream(), in Index() 144 m_module.LogMessage( in IndexUnit() 473 m_module.GetArchitecture().GetArchitectureName(), in Dump() 474 m_module.GetObjectFile()->GetFileSpec()); in Dump()
|
| H A D | DebugNamesDWARFIndex.cpp | 69 m_module.GetSymbolFile()->GetBackingSymbolFile()); in ProcessEntry()
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 71 llvm::Module *GetModule() { return m_module; } in GetModule() 74 return ((m_module != nullptr) ? m_module->getFunction(m_name.GetStringRef()) in GetFunction() 371 llvm::Module *m_module; ///< Owned by the execution engine variable
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 751 m_module = std::string(option_arg); in SetOptionValue() 767 m_module = ""; in OptionParsingStarting() 780 std::string m_module; member in CommandObjectFrameRecognizerAdd::CommandOptions 855 if (m_options.m_module.empty()) { in DoExecute() 888 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute() 894 auto module = ConstString(m_options.m_module); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 50 m_module_up(module_up.release()), m_module(m_module_up.get()), in IRExecutionUnit() 269 m_module->print(oss, nullptr); in GetRunnableInfo() 280 llvm::Triple triple(m_module->getTargetTriple()); in GetRunnableInfo() 353 for (llvm::Function &function : *m_module) { in GetRunnableInfo() 408 for (llvm::GlobalVariable &global_var : m_module->getGlobalList()) { in GetRunnableInfo() 412 for (llvm::GlobalAlias &global_alias : m_module->getAliasList()) { in GetRunnableInfo() 902 m_module->getNamedGlobal("llvm.global_ctors"); in GetStaticInitializers()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | UnwindTable.h | 70 Module &m_module; variable
|