Searched defs:file_spec_ptr (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Symbol/
H A DCompileUnit.cpp282 CompileUnit::FindLineEntry (uint32_t start_idx, uint32_t line, const FileSpec* file_spec_ptr, bool exact, LineEntry *line_entry_ptr) argument
286 if (file_spec_ptr)
288 file_idx = GetSupportFiles().FindFileIndex (1, *file_spec_ptr, true);
H A DObjectFile.cpp239 const FileSpec *file_spec_ptr,
258 if (file_spec_ptr)
259 m_file = *file_spec_ptr;
238 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset ) argument
/external/lldb/source/Host/macosx/
H A DSymbols.cpp637 const FileSpec *file_spec_ptr = module_spec.GetFileSpecPtr(); local
668 if (uuid_ptr || (file_spec_ptr && file_spec_ptr->Exists()))
727 if (file_spec_ptr)
728 file_spec_ptr->GetPath(file_path, sizeof(file_path));
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp1395 DumpFullpath (Stream &strm, const FileSpec *file_spec_ptr, uint32_t width) argument
1397 if (file_spec_ptr)
1401 std::string fullpath = file_spec_ptr->GetPath();
1407 file_spec_ptr->Dump(&strm);
1417 DumpDirectory (Stream &strm, const FileSpec *file_spec_ptr, uint32_t width) argument
1419 if (file_spec_ptr)
1422 strm.Printf("%-*s", width, file_spec_ptr->GetDirectory().AsCString(""));
1424 file_spec_ptr->GetDirectory().Dump(&strm);
1433 DumpBasename (Stream &strm, const FileSpec *file_spec_ptr, uint32_t width) argument
1435 if (file_spec_ptr)
[all...]

Completed in 108 milliseconds