Lines Matching refs:Module
88 typedef std::vector<Module *> ModuleCollection;
104 std::recursive_mutex &Module::GetAllocationModuleCollectionMutex() { in GetAllocationModuleCollectionMutex()
116 size_t Module::GetNumberAllocatedModules() { in GetNumberAllocatedModules()
122 Module *Module::GetAllocatedModuleAtIndex(size_t idx) { in GetAllocatedModuleAtIndex()
131 Module::Module(const ModuleSpec &module_spec) in Module() function in Module
233 Module::Module(const FileSpec &file_spec, const ArchSpec &arch, in Module() function in Module
258 Module::Module() : m_file_has_changed(false), m_first_file_changed_log(false) { in Module() function in Module
264 Module::~Module() { in ~Module()
294 ObjectFile *Module::GetMemoryObjectFile(const lldb::ProcessSP &process_sp, in GetMemoryObjectFile()
341 const lldb_private::UUID &Module::GetUUID() { in GetUUID()
356 void Module::SetUUID(const lldb_private::UUID &uuid) { in SetUUID()
367 Module::GetTypeSystemForLanguage(LanguageType language) { in GetTypeSystemForLanguage()
371 void Module::ParseAllDebugSymbols() { in ParseAllDebugSymbols()
404 void Module::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext()
408 ModuleSP Module::CalculateSymbolContextModule() { return shared_from_this(); } in CalculateSymbolContextModule()
410 void Module::DumpSymbolContext(Stream *s) { in DumpSymbolContext()
414 size_t Module::GetNumCompileUnits() { in GetNumCompileUnits()
423 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex()
435 bool Module::ResolveFileAddress(lldb::addr_t vm_addr, Address &so_addr) { in ResolveFileAddress()
443 uint32_t Module::ResolveSymbolContextForAddress( in ResolveSymbolContextForAddress()
574 uint32_t Module::ResolveSymbolContextForFilePath( in ResolveSymbolContextForFilePath()
582 uint32_t Module::ResolveSymbolContextsForFileSpec( in ResolveSymbolContextsForFileSpec()
604 void Module::FindGlobalVariables(ConstString name, in FindGlobalVariables()
611 void Module::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables()
618 void Module::FindCompileUnits(const FileSpec &path, in FindCompileUnits()
632 Module::LookupInfo::LookupInfo(ConstString name, in LookupInfo()
730 void Module::LookupInfo::Prune(SymbolContextList &sc_list, in Prune()
801 void Module::FindFunctions(ConstString name, in FindFunctions()
849 void Module::FindFunctions(const RegularExpression ®ex, in FindFunctions()
919 void Module::FindAddressesForLine(const lldb::TargetSP target_sp, in FindAddressesForLine()
943 void Module::FindTypes_Impl( in FindTypes_Impl()
953 void Module::FindTypesInNamespace(ConstString type_name, in FindTypesInNamespace()
967 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, ConstString name, in FindFirstType()
977 void Module::FindTypes( in FindTypes()
1027 void Module::FindTypes( in FindTypes()
1038 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile()
1054 Symtab *Module::GetSymtab() { in GetSymtab()
1060 void Module::SetFileSpecAndObjectName(const FileSpec &file, in SetFileSpecAndObjectName()
1069 const ArchSpec &Module::GetArchitecture() const { return m_arch; } in GetArchitecture()
1071 std::string Module::GetSpecificationDescription() const { in GetSpecificationDescription()
1081 void Module::GetDescription(llvm::raw_ostream &s, in GetDescription()
1103 bool Module::FileHasChanged() const { in FileHasChanged()
1114 void Module::ReportWarningOptimization( in ReportWarningOptimization()
1128 void Module::ReportWarningUnsupportedLanguage( in ReportWarningUnsupportedLanguage()
1139 void Module::ReportErrorIfModifyDetected(const char *format, ...) { in ReportErrorIfModifyDetected()
1168 void Module::ReportError(const char *format, ...) { in ReportError()
1183 void Module::ReportWarning(const char *format, ...) { in ReportWarning()
1198 void Module::LogMessage(Log *log, const char *format, ...) { in LogMessage()
1211 void Module::LogMessageVerboseBacktrace(Log *log, const char *format, ...) { in LogMessageVerboseBacktrace()
1230 void Module::Dump(Stream *s) { in Dump()
1251 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName()
1253 ObjectFile *Module::GetObjectFile() { in GetObjectFile()
1292 SectionList *Module::GetSectionList() { in GetSectionList()
1302 void Module::SectionFileAddressesChanged() { in SectionFileAddressesChanged()
1310 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()
1316 SectionList *Module::GetUnifiedSectionList() { in GetUnifiedSectionList()
1322 const Symbol *Module::FindFirstSymbolWithNameAndType(ConstString name, in FindFirstSymbolWithNameAndType()
1332 void Module::SymbolIndicesToSymbolContextList( in SymbolIndicesToSymbolContextList()
1350 void Module::FindFunctionSymbols(ConstString name, uint32_t name_type_mask, in FindFunctionSymbols()
1358 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType()
1370 void Module::FindSymbolsMatchingRegExAndType(const RegularExpression ®ex, in FindSymbolsMatchingRegExAndType()
1387 void Module::PreloadSymbols() { in PreloadSymbols()
1403 void Module::SetSymbolFileFileSpec(const FileSpec &file) { in SetSymbolFileFileSpec()
1469 bool Module::IsExecutable() { in IsExecutable()
1476 bool Module::IsLoadedInTarget(Target *target) { in IsLoadedInTarget()
1493 bool Module::LoadScriptingResourceInTarget(Target *target, Status &error, in LoadScriptingResourceInTarget()
1560 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture()
1568 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress()
1580 bool Module::MatchesModuleSpec(const ModuleSpec &module_ref) { in MatchesModuleSpec()
1611 bool Module::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile()
1622 Module::RemapSourceFile(llvm::StringRef path) const { in RemapSourceFile()
1629 void Module::RegisterXcodeSDK(llvm::StringRef sdk_name, in RegisterXcodeSDK()
1642 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
1662 llvm::VersionTuple Module::GetVersion() { in GetVersion()
1668 bool Module::GetIsDynamicLinkEditor() { in GetIsDynamicLinkEditor()
1677 uint32_t Module::Hash() { in Hash()
1691 std::string Module::GetCacheKey() { in GetCacheKey()
1701 DataFileCache *Module::GetIndexCache() { in GetIndexCache()