Home
last modified time | relevance | path

Searched refs:SetSection (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddress.h463 void SetSection(const lldb::SectionSP &section_sp) { in SetSection() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAddress.cpp92 addr.SetSection(section.GetSP()); in SetAddress()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp253 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3644 sym[GSYM_sym_idx].GetAddressRef().SetSection( in ParseSymtab()
3668 sym[sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()
4473 sym[GSYM_sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()
4492 sym[sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()
5396 header_addr.SetSection(text_segment_sp);