Searched refs:file_spec_ptr (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Symbol/ |
D | 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()
|
D | LocateSymbolFileMacOSX.cpp | 480 const FileSpec *file_spec_ptr = module_spec.GetFileSpecPtr(); in DownloadObjectAndSymbolFile() local 531 (file_spec_ptr && FileSystem::Instance().Exists(*file_spec_ptr))) { in DownloadObjectAndSymbolFile() 593 if (file_spec_ptr) in DownloadObjectAndSymbolFile() 594 file_spec_ptr->GetPath(file_path, sizeof(file_path)); in DownloadObjectAndSymbolFile()
|
D | ObjectFile.cpp | 262 const FileSpec *file_spec_ptr, in ObjectFile() argument 272 if (file_spec_ptr) in ObjectFile() 273 m_file = *file_spec_ptr; in ObjectFile()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompileUnit.h | 222 const FileSpec *file_spec_ptr, bool exact,
|
D | ObjectFile.h | 115 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr,
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 1361 static void DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr, in DumpFullpath() argument 1363 if (file_spec_ptr) { in DumpFullpath() 1365 std::string fullpath = file_spec_ptr->GetPath(); in DumpFullpath() 1369 file_spec_ptr->Dump(strm.AsRawOstream()); in DumpFullpath() 1378 static void DumpDirectory(Stream &strm, const FileSpec *file_spec_ptr, in DumpDirectory() argument 1380 if (file_spec_ptr) { in DumpDirectory() 1382 strm.Printf("%-*s", width, file_spec_ptr->GetDirectory().AsCString("")); in DumpDirectory() 1384 file_spec_ptr->GetDirectory().Dump(&strm); in DumpDirectory() 1392 static void DumpBasename(Stream &strm, const FileSpec *file_spec_ptr, in DumpBasename() argument 1394 if (file_spec_ptr) { in DumpBasename() [all …]
|