Searched refs:UpdateLoadedSections (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp122 DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, addr_t base_addr) function in class:DynamicLoader
183 UpdateLoadedSections(module_sp, link_map_addr, base_addr);
187 UpdateLoadedSections(module_sp, link_map_addr, base_addr);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h265 UpdateLoadedSections(lldb::ModuleSP module,
269 // Utility method so base classes can share implementation of UpdateLoadedSections
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h130 UpdateLoadedSections(lldb::ModuleSP module,
H A DDynamicLoaderPOSIXDYLD.cpp126 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset);
147 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset);
172 DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, addr_t base_addr) function in class:DynamicLoaderPOSIXDYLD

Completed in 57 milliseconds