Home
last modified time | relevance | path

Searched refs:m_module (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp32 : 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp148 return DeclForGlobal(global_val, m_module); in DeclForGlobal()
409 Type *i8_ty = Type::getInt8Ty(m_module->getContext()); in RewriteObjCConstString()
1733 LLVMContext &context(m_module->getContext()); in ReplaceVariables()
1833 m_module = &llvm_module; in runOnModule()
1842 m_module->print(oss, nullptr); in runOnModule()
1874 (*m_module), int8_ty, false /* IsConstant */, in runOnModule()
1897 m_module->print(oss, nullptr); in runOnModule()
1904 for (llvm::Function &function : *m_module) { in runOnModule()
1945 for (llvm::Function &function : *m_module) { in runOnModule()
1966 for (llvm::Function &function : *m_module) { in runOnModule()
[all …]
H A DIRDynamicChecks.cpp139 : 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 DIRForTarget.h416 llvm::Module *m_module = nullptr; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h146 : 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
181 const RSModuleDescriptor *m_module; member
222 RSModuleDescriptor(const lldb::ModuleSP &module) : m_module(module) {} in RSModuleDescriptor()
232 const lldb::ModuleSP m_module; variable
H A DRenderScriptRuntime.cpp847 if (module_desc->m_module != module) in SearchCallback()
1637 const ModuleSP module = rsmodule_sp->m_module; in FixupScriptDetails()
2247 module_sp->m_module->FindGlobalVariables( in FindStructTypeName()
2755 if (rs_module->m_module == module_sp) { in LoadModule()
2973 assert(m_module); in ParseRSInfo()
2975 const Symbol *info_sym = m_module->FindFirstSymbolWithNameAndType( in ParseRSInfo()
2985 const FileSpec fs = m_module->GetFileSpec(); in ParseRSInfo()
3904 m_module->GetFileSpec().Dump(strm.AsRawOstream()); in Dump()
3905 strm.Indent(m_module->GetNumCompileUnits() ? "Debug info loaded." in Dump()
3954 m_module->m_module->FindGlobalVariables(m_name, CompilerDeclContext(), 1U, in Dump()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp71 m_dwarf(*llvm::cast<SymbolFileDWARF>(index.m_module.GetSymbolFile())), in DIERefCallbackImpl()
82 m_module.ReportErrorIfModifyDetected( in ReportInvalidDIERef()
H A DDWARFIndex.h22 DWARFIndex(Module &module) : m_module(module) {} in DWARFIndex()
65 Module &m_module;
H A DManualDWARFIndex.cpp62 m_module.GetDescription(module_desc.AsRawOstream(), in Index()
134 m_module.LogMessage( in IndexUnit()
462 m_module.GetArchitecture().GetArchitectureName(), in Dump()
463 m_module.GetObjectFile()->GetFileSpec()); in Dump()
H A DAppleDWARFIndex.cpp136 m_module.LogMessage(log, "FindByNameAndTagAndQualifiedNameHash()"); in GetTypes()
159 m_module.LogMessage(log, "FindByNameAndTag()"); in GetTypes()
H A DDebugNamesDWARFIndex.cpp68 *llvm::cast<SymbolFileDWARF>(m_module.GetSymbolFile()); in ProcessEntry()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h71 llvm::Module *GetModule() { return m_module; } in GetModule()
74 return ((m_module != nullptr) ? m_module->getFunction(m_name.GetStringRef()) in GetFunction()
377 llvm::Module *m_module; ///< Owned by the execution engine variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp746 m_module = std::string(option_arg); in SetOptionValue()
762 m_module = ""; in OptionParsingStarting()
774 std::string m_module; member in CommandObjectFrameRecognizerAdd::CommandOptions
849 if (m_options.m_module.empty()) { in DoExecute()
882 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()
888 auto module = ConstString(m_options.m_module); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp48 m_module_up(module_up.release()), m_module(m_module_up.get()), in IRExecutionUnit()
265 m_module->print(oss, nullptr); in GetRunnableInfo()
276 llvm::Triple triple(m_module->getTargetTriple()); in GetRunnableInfo()
339 for (llvm::Function &function : *m_module) { in GetRunnableInfo()
394 for (llvm::GlobalVariable &global_var : m_module->getGlobalList()) { in GetRunnableInfo()
398 for (llvm::GlobalAlias &global_alias : m_module->getAliasList()) { in GetRunnableInfo()
987 m_module->getNamedGlobal("llvm.global_ctors"); in GetStaticInitializers()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h70 Module &m_module; variable