Home
last modified time | relevance | path

Searched refs:getSection (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/MC/
DMachObjectWriter.cpp106 if (NextSD.getSection().isVirtualSection()) in getPaddingSize()
192 if (SD.getSection().isVirtualSection()) { in WriteSection()
203 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection()); in WriteSection()
393 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols()
409 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols()
443 SectionIndexMap[&it->getSection()] = Index; in ComputeSymbolTable()
486 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
519 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
589 const MCSection &SecA = SA.getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
590 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
[all …]
DMCObjectWriter.cpp52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
53 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
DWinCOFFStreamer.cpp194 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitAssignment()
238 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitSymbolAttribute()
264 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in BeginCOFFSymbolDef()
313 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitCommonSymbol()
321 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitLocalCommonSymbol()
DWinCOFFObjectWriter.cpp367 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF in DefineSection()
371 static_cast<MCSectionCOFF const &>(SectionData.getSection()); in DefineSection()
410 SectionMap[&SectionData.getSection()] = coff_section; in DefineSection()
467 SectionMap[&SymbolData.Fragment->getParent()->getSection()]; in DefineSymbol()
645 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() && in RecordRelocation()
650 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation()
655 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection(); in RecordRelocation()
772 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject()
DELFObjectWriter.cpp596 static_cast<const MCSectionELF&>(i->getSection()); in WriteSymbolTable()
652 static_cast<const MCSectionELF&>(ASymbol.getSection()); in SymbolToReloc()
666 static_cast<const MCSectionELF&>(F.getParent()->getSection()); in SymbolToReloc()
834 static_cast<const MCSectionELF &>(it->getSection()); in ComputeIndexMap()
843 static_cast<const MCSectionELF &>(it->getSection()); in ComputeIndexMap()
918 static_cast<const MCSectionELF&>(RefSymbol.getSection()); in ComputeSymbolTable()
986 static_cast<const MCSectionELF&>(SD.getSection()); in CreateRelocationSections()
1014 static_cast<const MCSectionELF&>(SD.getSection()); in WriteRelocations()
1173 static_cast<const MCSectionELF&>(it->getSection()); in CreateMetadataSections()
1225 static_cast<const MCSectionELF&>(it->getSection()); in CreateIndexedSections()
[all …]
DMCAssembler.cpp57 if (!it->getSection().isVirtualSection()) in MCAsmLayout()
60 if (it->getSection().isVirtualSection()) in MCAsmLayout()
145 if (SD->getSection().isVirtualSection()) in getSectionFileSize()
225 return getBackend().doesSectionRequireSymbols(Symbol.getSection()); in isSymbolLinkerVisible()
240 SD->getFragment()->getParent()->getSection())) in getAtom()
504 if (SD->getSection().isVirtualSection()) { in writeSectionData()
DMCELFStreamer.cpp170 static_cast<const MCSectionELF&>(Symbol->getSection()); in EmitLabel()
498 const MCSection &Section = Symbol.getSection(); in FinishImpl()
/external/llvm/include/llvm/Object/
DELF.h499 return getSection(Rel.w.b);
507 const Elf_Shdr *getSection(DataRefImpl index) const;
508 const Elf_Shdr *getSection(uint32_t index) const;
613 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
788 ::getSection(const Elf_Sym *symb) const {
790 return getSection(ExtendedSymbolTable.lookup(symb));
793 return getSection(symb->st_shndx);
827 default: Section = getSection(symb);
861 default: Section = getSection(symb);
897 const Elf_Shdr *Section = getSection(symb);
[all …]
DMachO.h118 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
DObjectFile.h232 error_code getSection(section_iterator &Result) const;
436 inline error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp144 getSection(Sections[Entry->SectionIndex-1], Section); in getSymbolFileOffset()
437 MachOObjectFile::getSection(DataRefImpl DRI, in getSection() function in llvm::object::MachOObjectFile
506 getSection(DRI, Sect); in getSectionAddress()
520 getSection(DRI, Sect); in getSectionSize()
534 getSection(DRI, Sect); in getSectionContents()
548 getSection(DRI, Sect); in getSectionAlignment()
562 getSection(DRI, Sect); in isSectionText()
606 getSection(DRI, Sect); in isSectionZeroInit()
658 getSection(Sec, Sect); in getSectionRelEnd()
691 getSection(Sections[Rel.d.b], Sect); in getRelocation()
[all …]
DCOFFObjectFile.cpp111 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolFileOffset()
129 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolAddress()
196 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolSize()
229 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolNMTypeChar()
285 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec; in getSymbolSection()
388 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec; in sectionContainsSymbol()
573 error_code COFFObjectFile::getSection(int32_t index, in getSection() function in COFFObjectFile
DObject.cpp53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect))) in LLVMMoveToContainingSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp154 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset()
158 assert((!Label->isInSection() || &Label->getSection() == &Section) && in EmitSectionOffset()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DResizableDialog.java168 if (settings.getSection(sectionName) == null) { in getDialogSettings()
171 return settings.getSection(sectionName); in getDialogSettings()
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js131 function getSection() { function
152 var cookiePath = getSection() + "_";
242 var section = getSection();
299 var section = getSection();
/external/llvm/include/llvm/MC/
DMCSymbol.h111 const MCSection &getSection() const { in getSection() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp177 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal()
473 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal()
479 GV->getSection() + "': " + ErrorCode + "."); in getExplicitSectionGlobal()
704 return getContext().getCOFFSection(GV->getSection(), in getExplicitSectionGlobal()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp85 if (Sym.getSection().getKind().isMergeableCString() || in ExplicitRelSym()
86 Sym.getSection().getKind().isMergeableConst()) in ExplicitRelSym()
/external/llvm/tools/lto/
DLTOModule.cpp442 if (v->getSection().compare(0, 15, "__OBJC,__class,") == 0) { in addDefinedDataSymbol()
449 else if (v->getSection().compare(0, 18, "__OBJC,__category,") == 0) { in addDefinedDataSymbol()
456 else if (v->getSection().compare(0, 18, "__OBJC,__cls_refs,") == 0) { in addDefinedDataSymbol()
/external/llvm/lib/VMCore/
DGlobals.cpp52 setSection(Src->getSection()); in copyAttributesFrom()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp62 if (!GV->getSection().empty()) in isSuitableForBSS()
/external/llvm/include/llvm/
DGlobalValue.h96 const std::string &getSection() const { return Section; } in getSection() function
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp220 Fragment->getParent()->getSection()); in RecordX86_64Relocation()
525 SD->getSymbol().getSection()); in RecordX86Relocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp77 static_cast<const MCSectionELF&>(Symbol.getSection()); in ExplicitRelSym()

12