Home
last modified time | relevance | path

Searched refs:file_spec_ptr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp246 const FileSpec *file_spec_ptr, bool exact, in FindLineEntry() argument
250 if (file_spec_ptr) { in FindLineEntry()
251 file_idx = GetSupportFiles().FindFileIndex(1, *file_spec_ptr, true); in FindLineEntry()
H A DObjectFile.cpp260 const FileSpec *file_spec_ptr, in ObjectFile() argument
271 if (file_spec_ptr) in ObjectFile()
272 m_file = *file_spec_ptr; in ObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompileUnit.h232 const FileSpec *file_spec_ptr, bool exact,
H A DObjectFile.h103 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1379 static void DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr, in DumpFullpath() argument
1381 if (file_spec_ptr) { in DumpFullpath()
1383 std::string fullpath = file_spec_ptr->GetPath(); in DumpFullpath()
1387 file_spec_ptr->Dump(&strm); in DumpFullpath()
1396 static void DumpDirectory(Stream &strm, const FileSpec *file_spec_ptr, in DumpDirectory() argument
1398 if (file_spec_ptr) { in DumpDirectory()
1402 file_spec_ptr->GetDirectory().Dump(&strm); in DumpDirectory()
1410 static void DumpBasename(Stream &strm, const FileSpec *file_spec_ptr, in DumpBasename() argument
1412 if (file_spec_ptr) { in DumpBasename()
1414 strm.Printf("%-*s", width, file_spec_ptr->GetFilename().AsCString("")); in DumpBasename()
[all …]