Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dlvalue-reference-getter.mm5 struct SetSection { struct
10 static SetSection gSetSection;
13 - (SetSection&)sections; argument
17 - (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]]
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DSymbolTest.cpp134 symbol.GetAddressRef().SetSection(SectionSP()); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddress.h463 void SetSection(const lldb::SectionSP &section_sp) { in SetSection() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBAddress.cpp92 addr.SetSection(section.GetSP()); in SetAddress()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp253 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3628 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);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go997 func (v Value) SetSection(str string) { func