Searched refs:fspec (Results 1 - 8 of 8) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBModuleSpec.i42 SetFileSpec (const lldb::SBFileSpec &fspec);
63 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
69 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
/external/lldb/include/lldb/API/
H A DSBModuleSpec.h51 SetFileSpec (const lldb::SBFileSpec &fspec);
72 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
78 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
H A DSBFileSpec.h73 SBFileSpec (const lldb_private::FileSpec& fspec);
76 SetFileSpec (const lldb_private::FileSpec& fspec);
/external/lldb/include/lldb/Core/
H A DModuleSpec.h386 const FileSpec &fspec = match_module_spec.GetFileSpec(); local
387 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false))
392 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec(); local
393 if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false))
399 const FileSpec &fspec = match_module_spec.GetSymbolFileSpec(); local
400 if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false))
/external/lldb/source/API/
H A DSBFileSpec.cpp33 SBFileSpec::SBFileSpec (const lldb_private::FileSpec& fspec) : argument
34 m_opaque_ap(new lldb_private::FileSpec(fspec))
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp121 const FileSpec fspec = file_spec_list.GetFileSpecAtIndex (idx); local
125 module_spec.GetSymbolFileSpec() = fspec;
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp49 auto fspec = module.GetFileSpec(); local
51 fspec.GetPath(&path[0],1024);
/external/lldb/source/Symbol/
H A DCompileUnit.cpp37 CompileUnit::CompileUnit (const lldb::ModuleSP &module_sp, void *user_data, const FileSpec &fspec, const lldb::user_id_t cu_sym_id, lldb::LanguageType language) : argument
39 FileSpec (fspec),

Completed in 303 milliseconds