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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h53 GetSectionLoadAddress (const lldb::SectionSP &section_sp) const;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadList.cpp44 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP &section) const function in class:SectionLoadList
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp144 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress (const_cast<Section *>(this)->shared_from_this());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp223 lldb::addr_t old_load_addr = load_list.GetSectionLoadAddress(section_sp);

Completed in 266 milliseconds