HomeSort by relevance Sort by last modified time
    Searched refs:FileSpec (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/lldb/include/lldb/Interpreter/
OptionValueProperties.h 224 FileSpec
228 SetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx, const FileSpec &file_spec);
OptionValue.h 312 FileSpec
316 SetFileSpecValue (const FileSpec &file_spec);
  /external/lldb/source/API/
SBCompileUnit.cpp 117 FileSpec file_spec;
196 FileSpec file_spec = support_files.GetFileSpecAtIndex(idx);
SBSourceManager.cpp 51 DisplaySourceLinesWithLineNumbers (const lldb_private::FileSpec &file,
  /external/lldb/source/Breakpoint/
BreakpointResolverFileLine.cpp 33 const FileSpec &file_spec,
94 FileSpec match_file_spec;
  /external/lldb/source/Symbol/
LineEntry.cpp 35 const FileSpec &_file,
244 return FileSpec::Compare (a.file, b.file, true);
Declaration.cpp 88 int result = FileSpec::Compare(a.m_file, b.m_file, true);
ObjectFile.cpp 32 const FileSpec* file,
48 FileSpec archive_file;
187 ObjectFile::GetModuleSpecifications (const FileSpec &file,
212 ObjectFile::GetModuleSpecifications (const lldb_private::FileSpec& file,
239 const FileSpec *file_spec_ptr,
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist)
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.h 128 LoadModuleAtAddress(const lldb_private::FileSpec &file, lldb::addr_t base_addr);
DynamicLoaderPOSIXDYLD.cpp 321 FileSpec file(I->path.c_str(), true);
335 FileSpec file(I->path.c_str(), true);
411 FileSpec file(I->path.c_str(), false);
421 DynamicLoaderPOSIXDYLD::LoadModuleAtAddress(const FileSpec &file, addr_t base_addr)
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 28 #include "lldb/Host/FileSpec.h"
149 PlatformLinux::ResolveExecutable (const FileSpec &exe_file,
158 FileSpec resolved_exe_file (exe_file);
285 PlatformLinux::GetFile (const FileSpec &platform_file,
286 const UUID *uuid_ptr, FileSpec &local_file)
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.h 17 #include "lldb/Host/FileSpec.h"
52 const lldb_private::FileSpec* file,
63 GetModuleSpecifications (const lldb_private::FileSpec& file,
154 const lldb_private::FileSpec* file,
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 41 const lldb_private::FileSpec* file,
52 GetModuleSpecifications (const lldb_private::FileSpec& file,
66 const lldb_private::FileSpec* file,
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 28 #include "lldb/Host/FileSpec.h"
104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file,
115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file,
117 FileSpec &local_file)
  /external/lldb/source/Target/
SectionLoadList.cpp 66 const FileSpec &module_file_spec (section->GetModule()->GetFileSpec());
141 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec());
173 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec());
  /external/lldb/source/Core/
Debugger.cpp 403 Debugger::LoadPlugin (const FileSpec& spec, Error& error)
433 static FileSpec::EnumerateDirectoryResult
437 FileSpec::FileType file_type,
438 const FileSpec &file_spec
447 return FileSpec::eEnumerateDirectoryResultQuit;
455 if (file_type == FileSpec::eFileTypeRegular ||
456 file_type == FileSpec::eFileTypeSymbolicLink ||
457 file_type == FileSpec::eFileTypeUnknown )
459 FileSpec plugin_file_spec (file_spec);
465 return FileSpec::eEnumerateDirectoryResultNext
    [all...]
PluginManager.cpp 21 #include "lldb/Host/FileSpec.h"
49 typedef std::map<FileSpec, PluginInfo> PluginTerminateMap;
66 PluginIsLoaded (const FileSpec &plugin_file_spec)
74 SetPluginInfo (const FileSpec &plugin_file_spec, const PluginInfo &plugin_info)
83 static FileSpec::EnumerateDirectoryResult
87 FileSpec::FileType file_type,
88 const FileSpec &file_spec
98 if (file_type == FileSpec::eFileTypeRegular ||
99 file_type == FileSpec::eFileTypeSymbolicLink ||
100 file_type == FileSpec::eFileTypeUnknown
    [all...]
Module.cpp 170 Module::Module(const FileSpec& file_spec,
514 FileSpec file_spec(file_path, false);
519 Module::ResolveSymbolContextsForFileSpec (const FileSpec &file_spec, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list)
565 Module::FindCompileUnits (const FileSpec &path,
582 if (FileSpec::Equal (*sc.comp_unit, path, compare_directory))
868 Module::SetFileSpecAndObjectName (const FileSpec &file, const ConstString &object_name)
    [all...]
ModuleList.cpp 461 ModuleList::FindCompileUnits (const FileSpec &path,
651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const
718 const FileSpec &module_file_spec = module->GetFileSpec();
782 FileSpec file_spec(file_path, false);
787 ModuleList::ResolveSymbolContextsForFileSpec (const FileSpec &file_spec, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list) const
878 const FileSpec &module_file_spec = module_spec.GetFileSpec();
953 FileSpec file_spec = Symbols::LocateExecutableObjectFile (module_spec);
    [all...]
  /external/lldb/include/lldb/Target/
Target.h 138 FileSpec
144 FileSpec
150 FileSpec
420 /// TargetList::CreateTarget(const FileSpec*, const ArchSpec*)
423 /// @see TargetList::CreateTarget(const FileSpec*, const ArchSpec*)
465 const FileSpec *crash_file);
501 const FileSpec &file,
794 /// Return whether this FileSpec corresponds to a module that should be considered for general searches.
810 ModuleIsExcludedForNonModuleSpecificSearches (const FileSpec &module_spec);
    [all...]
  /external/lldb/source/Commands/
CommandCompletions.cpp 22 #include "lldb/Host/FileSpec.h"
172 size_t resolved_username_len = FileSpec::ResolveUsername (partial_name_copy, resolved_username,
183 FileSpec::ResolvePartialUsername (partial_name_copy, matches);
232 size_t resolved_username_len = FileSpec::ResolveUsername(containing_part,
515 FileSpec partial_spec (m_completion_str.c_str(), false);
541 const FileSpec &sfile_spec = supporting_files.GetFileSpecAtIndex(sfiles);
708 FileSpec partial_spec (m_completion_str.c_str(), false);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 82 virtual uint32_t ResolveSymbolContext (const lldb_private::FileSpec& file_spec, uint32_t line, bool check_inlines, uint32_t resolve_scope, lldb_private::SymbolContextList& sc_list);
154 lldb_private::FileSpec so_file;
202 GetFileSpecForSO (uint32_t oso_idx, lldb_private::FileSpec &file_spec);
  /external/lldb/include/lldb/Symbol/
SymbolFile.h 135 virtual uint32_t ResolveSymbolContext (const FileSpec& file_spec, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list) = 0;
SymbolVendor.h 88 ResolveSymbolContext (const FileSpec& file_spec,
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 158 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file,
167 FileSpec resolved_exe_file (exe_file);
557 PlatformFreeBSD::GetFile (const FileSpec &platform_file,
559 FileSpec &local_file)

Completed in 1431 milliseconds

1 2 34 5 6 7