Lines Matching refs:GetFileSpec
69 exe_valid = exe_module->GetFileSpec().GetPath (exe_path, sizeof(exe_path)); in DumpTargetInfo()
739 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList()
744 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList()
1380 << module->GetFileSpec().GetFilename() << "\n"; in DumpCompileUnitLineTable()
1609 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupSymbolInModule()
1699 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupFunctionInModule()
1730 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupTypeInModule()
1785 DumpFullpath (strm, &sym_ctx.module_sp->GetFileSpec(), 0); in LookupTypeHere()
1835 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupFileAndLineInModule()
2641 if (module_spec.GetFileSpec()) in DoExecute()
2647 … module_spec.GetFileSpec().GetPath().c_str(), in DoExecute()
2654 … module_spec.GetFileSpec().GetPath().c_str()); in DoExecute()
2796 module_spec.GetFileSpec() = m_file_option.GetOptionValue().GetCurrentValue(); in DoExecute()
2910 module->GetFileSpec().GetPath (path, sizeof(path)); in DoExecute()
2917 module->GetFileSpec().GetPath (path, sizeof(path)); in DoExecute()
2939 if (module_spec.GetFileSpec()) in DoExecute()
2940 module_spec.GetFileSpec().GetPath (path, sizeof(path)); in DoExecute()
2955 … if (matching_modules.GetModulePointerAtIndex(i)->GetFileSpec().GetPath (path, sizeof(path))) in DoExecute()
3271 DumpFullpath (strm, &module->GetFileSpec(), width); in PrintModule()
3276 DumpDirectory (strm, &module->GetFileSpec(), width); in PrintModule()
3280 DumpBasename (strm, &module->GetFileSpec(), width); in PrintModule()
3353 … FileSpec &symfile_spec = symbol_file->GetObjectFile()->GetFileSpec(); in PrintModule()
3355 if (!symfile_spec || symfile_spec == module->GetFileSpec()) in PrintModule()
3363 … DumpFullpath (strm, &symbol_file->GetObjectFile()->GetFileSpec(), width); in PrintModule()
4276 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols()
4277 module_spec.GetFileSpec().GetFilename() = symbol_fspec.GetFilename(); in AddModuleSymbols()
4333 … ConstString filename_no_extension(module_spec.GetFileSpec().GetFileNameStrippingExtension()); in AddModuleSymbols()
4339 if (filename_no_extension == module_spec.GetFileSpec().GetFilename()) in AddModuleSymbols()
4343 module_spec.GetFileSpec().GetFilename() = filename_no_extension; in AddModuleSymbols()
4371 if (object_file && object_file->GetFileSpec() == symbol_fspec) in AddModuleSymbols()
4374 const FileSpec &module_fs = module_sp->GetFileSpec(); in AddModuleSymbols()
4392 … module_sp->GetFileSpec().GetFileNameStrippingExtension().GetCString(), in AddModuleSymbols()
4471 … module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in DoExecute()
4474 … success = module_spec.GetUUID().IsValid() || module_spec.GetFileSpec(); in DoExecute()
4509 … module_spec.GetFileSpec() = m_file_option.GetOptionValue().GetCurrentValue(); in DoExecute()
4513 module_spec.GetFileSpec() = module_sp->GetFileSpec(); in DoExecute()
4522 success |= module_spec.GetFileSpec().Exists(); in DoExecute()
4546 error_strm << module_spec.GetFileSpec(); in DoExecute()