Lines Matching refs:Module
84 typedef std::vector<Module *> ModuleCollection;
100 std::recursive_mutex &Module::GetAllocationModuleCollectionMutex() { in GetAllocationModuleCollectionMutex()
112 size_t Module::GetNumberAllocatedModules() { in GetNumberAllocatedModules()
118 Module *Module::GetAllocatedModuleAtIndex(size_t idx) { in GetAllocatedModuleAtIndex()
127 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
260 Module::Module() : m_file_has_changed(false), m_first_file_changed_log(false) { in Module() function in Module
266 Module::~Module() { in ~Module()
298 ObjectFile *Module::GetMemoryObjectFile(const lldb::ProcessSP &process_sp, in GetMemoryObjectFile()
345 const lldb_private::UUID &Module::GetUUID() { in GetUUID()
360 void Module::SetUUID(const lldb_private::UUID &uuid) { in SetUUID()
371 Module::GetTypeSystemForLanguage(LanguageType language) { in GetTypeSystemForLanguage()
375 void Module::ParseAllDebugSymbols() { in ParseAllDebugSymbols()
408 void Module::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext()
412 ModuleSP Module::CalculateSymbolContextModule() { return shared_from_this(); } in CalculateSymbolContextModule()
414 void Module::DumpSymbolContext(Stream *s) { in DumpSymbolContext()
418 size_t Module::GetNumCompileUnits() { in GetNumCompileUnits()
427 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex()
439 bool Module::ResolveFileAddress(lldb::addr_t vm_addr, Address &so_addr) { in ResolveFileAddress()
447 uint32_t Module::ResolveSymbolContextForAddress( in ResolveSymbolContextForAddress()
578 uint32_t Module::ResolveSymbolContextForFilePath( in ResolveSymbolContextForFilePath()
586 uint32_t Module::ResolveSymbolContextsForFileSpec( in ResolveSymbolContextsForFileSpec()
608 void Module::FindGlobalVariables(ConstString name, in FindGlobalVariables()
615 void Module::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables()
622 void Module::FindCompileUnits(const FileSpec &path, in FindCompileUnits()
636 Module::LookupInfo::LookupInfo(ConstString name, in LookupInfo()
736 void Module::LookupInfo::Prune(SymbolContextList &sc_list, in Prune()
796 void Module::FindFunctions(ConstString name, in FindFunctions()
844 void Module::FindFunctions(const RegularExpression ®ex, bool include_symbols, in FindFunctions()
914 void Module::FindAddressesForLine(const lldb::TargetSP target_sp, in FindAddressesForLine()
938 void Module::FindTypes_Impl( in FindTypes_Impl()
949 void Module::FindTypesInNamespace(ConstString type_name, in FindTypesInNamespace()
963 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, in FindFirstType()
973 void Module::FindTypes( in FindTypes()
1026 void Module::FindTypes( in FindTypes()
1035 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile()
1051 Symtab *Module::GetSymtab() { in GetSymtab()
1057 void Module::SetFileSpecAndObjectName(const FileSpec &file, in SetFileSpecAndObjectName()
1066 const ArchSpec &Module::GetArchitecture() const { return m_arch; } in GetArchitecture()
1068 std::string Module::GetSpecificationDescription() const { in GetSpecificationDescription()
1078 void Module::GetDescription(llvm::raw_ostream &s, in GetDescription()
1100 void Module::ReportError(const char *format, ...) { in ReportError()
1121 bool Module::FileHasChanged() const { in FileHasChanged()
1132 void Module::ReportErrorIfModifyDetected(const char *format, ...) { in ReportErrorIfModifyDetected()
1161 void Module::ReportWarning(const char *format, ...) { in ReportWarning()
1183 void Module::LogMessage(Log *log, const char *format, ...) { in LogMessage()
1196 void Module::LogMessageVerboseBacktrace(Log *log, const char *format, ...) { in LogMessageVerboseBacktrace()
1215 void Module::Dump(Stream *s) { in Dump()
1236 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName()
1238 ObjectFile *Module::GetObjectFile() { in GetObjectFile()
1277 SectionList *Module::GetSectionList() { in GetSectionList()
1287 void Module::SectionFileAddressesChanged() { in SectionFileAddressesChanged()
1295 UnwindTable &Module::GetUnwindTable() { in GetUnwindTable()
1301 SectionList *Module::GetUnifiedSectionList() { in GetUnifiedSectionList()
1307 const Symbol *Module::FindFirstSymbolWithNameAndType(ConstString name, in FindFirstSymbolWithNameAndType()
1317 void Module::SymbolIndicesToSymbolContextList( in SymbolIndicesToSymbolContextList()
1335 void Module::FindFunctionSymbols(ConstString name, in FindFunctionSymbols()
1344 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType()
1359 void Module::FindSymbolsMatchingRegExAndType(const RegularExpression ®ex, in FindSymbolsMatchingRegExAndType()
1376 void Module::PreloadSymbols() { in PreloadSymbols()
1390 void Module::SetSymbolFileFileSpec(const FileSpec &file) { in SetSymbolFileFileSpec()
1456 bool Module::IsExecutable() { in IsExecutable()
1463 bool Module::IsLoadedInTarget(Target *target) { in IsLoadedInTarget()
1480 bool Module::LoadScriptingResourceInTarget(Target *target, Status &error, in LoadScriptingResourceInTarget()
1547 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture()
1555 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress()
1567 bool Module::MatchesModuleSpec(const ModuleSpec &module_ref) { in MatchesModuleSpec()
1598 bool Module::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile()
1608 llvm::Optional<std::string> Module::RemapSourceFile(llvm::StringRef path) const { in RemapSourceFile()
1615 void Module::RegisterXcodeSDK(llvm::StringRef sdk_name, llvm::StringRef sysroot) { in RegisterXcodeSDK()
1628 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
1648 llvm::VersionTuple Module::GetVersion() { in GetVersion()
1654 bool Module::GetIsDynamicLinkEditor() { in GetIsDynamicLinkEditor()