Searched refs:file_spec_ptr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | CompileUnit.cpp | 220 const FileSpec *file_spec_ptr, bool exact, in FindLineEntry() argument 222 if (!file_spec_ptr) in FindLineEntry() 223 file_spec_ptr = &GetPrimaryFile(); in FindLineEntry() 224 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), *file_spec_ptr); in FindLineEntry()
|
| HD | LocateSymbolFileMacOSX.cpp | 479 const FileSpec *file_spec_ptr = module_spec.GetFileSpecPtr(); in DownloadObjectAndSymbolFile() local 510 (file_spec_ptr && FileSystem::Instance().Exists(*file_spec_ptr))) { in DownloadObjectAndSymbolFile() 572 if (file_spec_ptr) in DownloadObjectAndSymbolFile() 573 file_spec_ptr->GetPath(file_path, sizeof(file_path)); in DownloadObjectAndSymbolFile()
|
| HD | ObjectFile.cpp | 260 const FileSpec *file_spec_ptr, in ObjectFile() argument 270 if (file_spec_ptr) in ObjectFile() 271 m_file = *file_spec_ptr; in ObjectFile()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | CompileUnit.h | 222 const FileSpec *file_spec_ptr, bool exact,
|
| HD | ObjectFile.h | 104 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectTarget.cpp | 1342 static void DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr, in DumpFullpath() argument 1344 if (file_spec_ptr) { in DumpFullpath() 1346 std::string fullpath = file_spec_ptr->GetPath(); in DumpFullpath() 1350 file_spec_ptr->Dump(strm.AsRawOstream()); in DumpFullpath() 1359 static void DumpDirectory(Stream &strm, const FileSpec *file_spec_ptr, in DumpDirectory() argument 1361 if (file_spec_ptr) { in DumpDirectory() 1363 strm.Printf("%-*s", width, file_spec_ptr->GetDirectory().AsCString("")); in DumpDirectory() 1365 file_spec_ptr->GetDirectory().Dump(&strm); in DumpDirectory() 1373 static void DumpBasename(Stream &strm, const FileSpec *file_spec_ptr, in DumpBasename() argument 1375 if (file_spec_ptr) { in DumpBasename() [all …]
|