Searched refs:located_binary_modulespec (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp1072 ModuleSpec located_binary_modulespec = Symbols::LocateExecutableObjectFile (module_spec); local
1076 if (located_binary_modulespec.GetFileSpec() != module_file_spec)
1078 if (!located_binary_modulespec.GetFileSpec().Exists())
1080 located_binary_modulespec.GetFileSpec().GetPath(path, sizeof(path));
1084 if (located_binary_modulespec.GetFileSpec().Exists())
1112 platform_module_spec.GetFileSpec() = located_binary_modulespec.GetFileSpec();
1113 platform_module_spec.GetPlatformFileSpec() = located_binary_modulespec.GetFileSpec();
1114 platform_module_spec.GetSymbolFileSpec() = located_binary_modulespec.GetSymbolFileSpec();
1124 TimeValue file_spec_mod_time(located_binary_modulespec.GetFileSpec().GetModificationTime());
1160 located_binary_modulespec
[all...]

Completed in 49 milliseconds