Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenObjCXX/
H A Dlvalue-reference-getter.mm4 struct SetSection { struct
9 static SetSection gSetSection;
12 - (SetSection&)sections; argument
16 - (SetSection&) sections {
/llvm-project/lldb/unittests/Symbol/
H A DSymbolTest.cpp134 symbol.GetAddressRef().SetSection(SectionSP()); in TEST()
/llvm-project/lldb/include/lldb/Core/
H A DAddress.h473 void SetSection(const lldb::SectionSP &section_sp) { in SetSection() function
/llvm-project/lldb/source/API/
H A DSBAddress.cpp92 addr.SetSection(section.GetSP()); in SetAddress()
/llvm-project/lldb/source/Core/
H A DSection.cpp261 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3664 sym[GSYM_sym_idx].GetAddressRef().SetSection( in ParseSymtab()
3688 sym[sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()
4491 sym[GSYM_sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()
4510 sym[sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()
5433 header_addr.SetSection(text_segment_sp);