Home
last modified time | relevance | path

Searched refs:module_file_spec (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Target/
DSectionLoadList.cpp66 const FileSpec &module_file_spec (section->GetModule()->GetFileSpec()); in SetSectionLoadAddress() local
70 module_file_spec.GetPath().c_str(), in SetSectionLoadAddress()
141 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() local
145 module_file_spec.GetPath().c_str(), in SetSectionUnloaded()
173 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() local
177 module_file_spec.GetPath().c_str(), in SetSectionUnloaded()
DTarget.cpp1191 Target::ModuleIsExcludedForNonModuleSpecificSearches (const FileSpec &module_file_spec) in ModuleIsExcludedForNonModuleSpecificSearches() argument
1196 ModuleSpec module_spec (module_file_spec); in ModuleIsExcludedForNonModuleSpecificSearches()
/external/lldb/source/Commands/
DCommandObjectSource.cpp467 FileSpec module_file_spec(m_options.modules[i].c_str(), false); in FindMatchingFunctions() local
468 if (module_file_spec) in FindMatchingFunctions()
470 ModuleSpec module_spec (module_file_spec); in FindMatchingFunctions()
493 FileSpec module_file_spec(m_options.modules[i].c_str(), false); in FindMatchingFunctionSymbols() local
494 if (module_file_spec) in FindMatchingFunctionSymbols()
496 ModuleSpec module_spec (module_file_spec); in FindMatchingFunctionSymbols()
776 FileSpec module_file_spec(m_options.modules[i].c_str(), false); in DoExecute() local
777 if (module_file_spec) in DoExecute()
779 ModuleSpec module_spec (module_file_spec); in DoExecute()
DCommandObjectTarget.cpp1853 FileSpec module_file_spec(module_name, false); in FindModulesByName() local
1854 ModuleSpec module_spec (module_file_spec); in FindModulesByName()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp244 const FileSpec &module_file_spec = module_sp->GetFileSpec(); in AppleIsModuleObjCLibrary() local
247 if (module_file_spec) in AppleIsModuleObjCLibrary()
249 if (module_file_spec.GetFilename() == ObjCName) in AppleIsModuleObjCLibrary()
/external/lldb/source/Core/
DModuleList.cpp718 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() local
724 module_file_spec.GetPath().c_str()); in LogUUIDAndPaths()
878 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule() local
957 if (file_spec != module_file_spec) in GetSharedModule()
963 module_file_spec.GetPath(path, sizeof(path)); in GetSharedModule()
/external/lldb/source/Symbol/
DSymbolContext.cpp710 FileSpec module_file_spec(spec_string, false); in AddSpecification() local
711 ModuleSpec module_spec (module_file_spec); in AddSpecification()
787 FileSpec module_file_spec (m_module_spec.c_str(), false); in SymbolContextMatches() local
788 if (!FileSpec::Equal (module_file_spec, sc.module_sp->GetFileSpec(), false)) in SymbolContextMatches()