Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjCXX/
Dlvalue-reference-getter.mm5 struct SetSection { struct
10 static SetSection gSetSection;
13 - (SetSection&)sections; argument
17 - (SetSection&) sections {
27 // CHECK: [[C:%.*]] = call nonnull %struct.SetSection* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
28 // CHECK: call nonnull i32* @_ZN10SetSection2atEi(%struct.SetSection* [[C]]
/external/lldb/include/lldb/Core/
DAddress.h495 SetSection (const lldb::SectionSP &section_sp) in SetSection() function
/external/lldb/source/API/
DSBAddress.cpp92 addr.SetSection (section.GetSP()); in SetAddress()
/external/lldb/source/Core/
DSection.cpp147 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h315 virtual FX_BOOL SetSection(const CPVT_Section & section) = 0;
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2659 … sym[GSYM_sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
2673 … sym[sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
3401 sym[GSYM_sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
3415 sym[sym_idx].GetAddress().SetSection (symbol_section); in ParseSymtab()
3951 header_addr.SetSection (text_segment_sp); in GetHeaderAddress()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h632 FX_BOOL SetSection(const CPVT_Section & section);
Ddoc_vt.cpp1851 FX_BOOL CPDF_VariableText_Iterator::SetSection(const CPVT_Section & section) in SetSection() function in CPDF_VariableText_Iterator
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1759 pIterator->SetSection(secinfo); in SetSecProps()