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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp220 const FileSpec *file_spec_ptr, bool exact,
222 if (!file_spec_ptr)
223 file_spec_ptr = &GetPrimaryFile();
224 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), *file_spec_ptr);
219 FindLineEntry(uint32_t start_idx, uint32_t line, const FileSpec *file_spec_ptr, bool exact, LineEntry *line_entry_ptr) argument
H A DLocateSymbolFileMacOSX.cpp479 const FileSpec *file_spec_ptr = module_spec.GetFileSpecPtr(); local
510 (file_spec_ptr && FileSystem::Instance().Exists(*file_spec_ptr))) {
572 if (file_spec_ptr)
573 file_spec_ptr->GetPath(file_path, sizeof(file_path));
H A DObjectFile.cpp260 const FileSpec *file_spec_ptr,
270 if (file_spec_ptr)
271 m_file = *file_spec_ptr;
259 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, const lldb::DataBufferSP &data_sp, lldb::offset_t data_offset) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h189 /// that matches \a line. If \a file_spec_ptr is NULL, then the search
191 /// If \a file_spec_ptr is not NULL, line entries must match the specified
204 /// \param[in] file_spec_ptr
222 const FileSpec *file_spec_ptr, bool exact,
H A DObjectFile.h104 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1342 static void DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr, argument
1344 if (file_spec_ptr) {
1346 std::string fullpath = file_spec_ptr->GetPath();
1350 file_spec_ptr->Dump(strm.AsRawOstream());
1359 static void DumpDirectory(Stream &strm, const FileSpec *file_spec_ptr, argument
1361 if (file_spec_ptr) {
1363 strm.Printf("%-*s", width, file_spec_ptr->GetDirectory().AsCString(""));
1365 file_spec_ptr->GetDirectory().Dump(&strm);
1373 static void DumpBasename(Stream &strm, const FileSpec *file_spec_ptr, argument
1375 if (file_spec_ptr) {
[all...]

Completed in 191 milliseconds