Searched defs:module_sp (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleChild.cpp14 ModuleChild::ModuleChild (const lldb::ModuleSP &module_sp) : argument
43 ModuleChild::SetModule (const lldb::ModuleSP &module_sp) argument
H A DDynamicLoader.cpp178 ModuleSP module_sp; local
[all...]
H A DSearchFilter.cpp82 SearchFilter::ModulePasses (const ModuleSP &module_sp) argument
172 SearchFilter::DoModuleIteration (const lldb::ModuleSP& module_sp, Searcher &searcher) argument
233 DoCUIteration(const ModuleSP &module_sp, const SymbolContext &context, Searcher &searcher) argument
298 ModulePasses(const lldb::ModuleSP &module_sp) argument
352 ModulePasses(const ModuleSP &module_sp) argument
496 ModulePasses(const ModuleSP &module_sp) argument
732 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); local
[all...]
H A DSection.cpp19 Section::Section (const ModuleSP &module_sp, argument
49 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const ConstString &name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t flags) argument
H A DAddress.cpp261 lldb::ModuleSP module_sp; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h50 ObjectContainer (const lldb::ModuleSP &module_sp, argument
H A DSymbolContext.h343 lldb::ModuleSP module_sp; ///< The Module for a given query member in class:lldb_private::SymbolContext
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp30 SymbolVendorELF::SymbolVendorELF(const lldb::ModuleSP &module_sp) : argument
80 SymbolVendorELF::CreateInstance (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBSymbolContext.cpp93 ModuleSP module_sp; local
H A DSBFrame.cpp155 ModuleSP module_sp; local
H A DSBModule.cpp38 SBModule::SBModule (const lldb::ModuleSP& module_sp) : argument
46 ModuleSP module_sp; local
269 SetSP(const ModuleSP &module_sp) argument
339 GetUnifiedSymbolTable(const lldb::ModuleSP& module_sp) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h137 lldb::ModuleSP module_sp; member in struct:SymbolFileDWARFDebugMap::OSOInfo
H A DDWARFDebugLine.cpp472 DWARFDebugLine::ParseSupportFiles (const lldb::ModuleSP &module_sp, argument
H A DSymbolFileDWARF.h454 void SetDebugMapModule (const lldb::ModuleSP &module_sp) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp20 CompileUnit::CompileUnit (const lldb::ModuleSP &module_sp, void *user_data, const char *pathname, const lldb::user_id_t cu_sym_id, lldb::LanguageType language) : argument
37 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
H A DDWARFCallFrameInfo.cpp57 ModuleSP module_sp = addr.GetModule(); local
72 ModuleSP module_sp = addr.GetModule(); local
H A DObjectFile.cpp31 ObjectFile::FindPlugin (const lldb::ModuleSP &module_sp, argument
154 FindPlugin(const lldb::ModuleSP &module_sp, const ProcessSP &process_sp, lldb::addr_t header_addr, DataBufferSP &data_sp) argument
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
288 ObjectFile(const lldb::ModuleSP &module_sp, const ProcessSP &process_sp, lldb::addr_t header_addr, DataBufferSP& header_data_sp) argument
[all...]
H A DSymbolVendor.cpp35 SymbolVendor::FindPlugin (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm) argument
64 SymbolVendor::SymbolVendor(const lldb::ModuleSP &module_sp) : argument
[all...]
H A DSymbol.cpp546 ModuleSP module_sp; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp32 ModulePasses (const lldb::ModuleSP &module_sp) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp273 ModuleSP module_sp = LoadModuleAtAddress(file, I->link_addr, I->base_addr); local
292 ModuleSP module_sp = local
385 ModuleSP module_sp = LoadModuleAtAddress(file, I->link_addr, I->base_addr); local
393 ModuleSP module_sp = LoadModuleAtAddress(file, I->link_addr, 0); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp314 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
408 ObjectContainerBSDArchive( const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t file_offset, lldb::offset_t size ) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp241 DWARFExpression::DWARFExpression(lldb::ModuleSP module_sp, const DataExtractor& data, lldb::offset_t data_offset, lldb::offset_t data_length) : argument
272 DWARFExpression::CopyOpcodeData (lldb::ModuleSP module_sp, const DataExtractor& data, lldb::offset_t data_offset, lldb::offset_t data_length) argument
285 DWARFExpression::SetOpcodeData (lldb::ModuleSP module_sp, const DataExtractor& data, lldb::offset_t data_offset, lldb::offset_t data_length) argument
1237 ModuleSP module_sp = m_module_wp.lock(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp592 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h568 ModuleIsExcludedForNonModuleSpecificSearches (Target &target, const lldb::ModuleSP &module_sp) argument

Completed in 243 milliseconds

12