Searched refs:SetSection (Results 1 – 7 of 7) sorted by relevance
5 struct SetSection { struct10 static SetSection gSetSection;13 - (SetSection&)sections; argument17 - (SetSection&) sections {27 …l noundef nonnull align {{[0-9]+}} dereferenceable({{[0-9]+}}) %struct.SetSection* bitcast (i8* (i…28 …[0-9]+}} dereferenceable({{[0-9]+}}) i32* @_ZN10SetSection2atEi(%struct.SetSection* {{[^,]*}} [[C]]
134 symbol.GetAddressRef().SetSection(SectionSP()); in TEST()
463 void SetSection(const lldb::SectionSP §ion_sp) { in SetSection() function
92 addr.SetSection(section.GetSP()); in SetAddress()
253 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()
3628 sym[GSYM_sym_idx].GetAddressRef().SetSection( in ParseSymtab()3652 sym[sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()4457 sym[GSYM_sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()4476 sym[sym_idx].GetAddressRef().SetSection(symbol_section); in ParseSymtab()5380 header_addr.SetSection(text_segment_sp);
997 func (v Value) SetSection(str string) { func