Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCObjectWriter.cpp52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
53 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
DMachObjectWriter.cpp120 if (NextSD.getSection().isVirtualSection()) in getPaddingSize()
206 if (SD.getSection().isVirtualSection()) { in WriteSection()
217 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection()); in WriteSection()
436 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols()
452 cast<MCSectionMachO>(it->SectionData->getSection()); in BindIndirectSymbols()
486 SectionIndexMap[&it->getSection()] = Index; in ComputeSymbolTable()
529 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
562 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
656 const MCSection &SecA = SA.getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
657 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
[all …]
DWinCOFFStreamer.cpp208 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitSymbolAttribute()
234 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in BeginCOFFSymbolDef()
284 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitCommonSymbol()
292 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitLocalCommonSymbol()
DWinCOFFObjectWriter.cpp365 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF in DefineSection()
369 static_cast<MCSectionCOFF const &>(SectionData.getSection()); in DefineSection()
408 SectionMap[&SectionData.getSection()] = coff_section; in DefineSection()
463 SectionMap[&SymbolData.Fragment->getParent()->getSection()]; in DefineSymbol()
644 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() && in RecordRelocation()
649 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation()
654 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection(); in RecordRelocation()
771 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject()
DELFObjectWriter.cpp604 static_cast<const MCSectionELF&>(i->getSection()); in WriteSymbolTable()
660 static_cast<const MCSectionELF&>(ASymbol.getSection()); in SymbolToReloc()
674 static_cast<const MCSectionELF&>(F.getParent()->getSection()); in SymbolToReloc()
844 static_cast<const MCSectionELF &>(it->getSection()); in ComputeIndexMap()
853 static_cast<const MCSectionELF &>(it->getSection()); in ComputeIndexMap()
928 static_cast<const MCSectionELF&>(RefSymbol.getSection()); in ComputeSymbolTable()
996 static_cast<const MCSectionELF&>(SD.getSection()); in CreateRelocationSections()
1024 static_cast<const MCSectionELF&>(SD.getSection()); in WriteRelocations()
1183 static_cast<const MCSectionELF&>(it->getSection()); in CreateMetadataSections()
1235 static_cast<const MCSectionELF&>(it->getSection()); in CreateIndexedSections()
[all …]
DMCAssembler.cpp69 if (!it->getSection().isVirtualSection()) in MCAsmLayout()
72 if (it->getSection().isVirtualSection()) in MCAsmLayout()
159 if (SD->getSection().isVirtualSection()) in getSectionFileSize()
309 return getBackend().doesSectionRequireSymbols(Symbol.getSection()); in isSymbolLinkerVisible()
324 SD->getFragment()->getParent()->getSection())) in getAtom()
664 if (SD->getSection().isVirtualSection()) { in writeSectionData()
DMCELFStreamer.cpp87 static_cast<const MCSectionELF&>(Symbol->getSection()); in EmitLabel()
485 const MCSection &Section = Symbol.getSection(); in FinishImpl()
/external/llvm/include/llvm/Object/
DELF.h619 return getSection(Rel.w.b);
628 const Elf_Shdr *getSection(DataRefImpl index) const;
629 const Elf_Shdr *getSection(uint32_t index) const;
795 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
965 ELFObjectFile<ELFT>::getSection(const Elf_Sym *symb) const {
967 return getSection(ExtendedSymbolTable.lookup(symb));
970 return getSection(symb->st_shndx);
1010 default: Section = getSection(symb);
1043 default: Section = getSection(symb);
1088 const Elf_Shdr *Section = getSection(symb);
[all …]
DMachO.h124 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp151 getSection(Sections[Entry->SectionIndex-1], Section); in getSymbolFileOffset()
448 MachOObjectFile::getSection(DataRefImpl DRI, in getSection() function in llvm::object::MachOObjectFile
536 getSection(DRI, Sect); in getSectionAddress()
550 getSection(DRI, Sect); in getSectionSize()
564 getSection(DRI, Sect); in getSectionContents()
578 getSection(DRI, Sect); in getSectionAlignment()
592 getSection(DRI, Sect); in isSectionText()
636 getSection(DRI, Sect); in isSectionZeroInit()
699 getSection(Sec, Sect); in getSectionRelEnd()
732 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()
400 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec; in sectionContainsSymbol()
585 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.cpp150 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset()
154 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.cpp206 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal()
492 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal()
498 GV->getSection() + "': " + ErrorCode + "."); in getExplicitSectionGlobal()
726 SmallString<128> Name(GV->getSection().c_str()); in getExplicitSectionGlobal()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp71 if (Sym.getSection().getKind().isMergeableCString() || in ExplicitRelSym()
72 Sym.getSection().getKind().isMergeableConst()) in ExplicitRelSym()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp345 SD->getSymbol().getSection()); in requiresExternRelocation()
436 SD->getSymbol().getSection()); in RecordRelocation()
DARMELFObjectWriter.cpp71 static_cast<const MCSectionELF&>(Symbol.getSection()); in ExplicitRelSym()
/external/llvm/tools/lto/
DLTOModule.cpp451 if (v->getSection().compare(0, 15, "__OBJC,__class,") == 0) { in addDefinedDataSymbol()
458 else if (v->getSection().compare(0, 18, "__OBJC,__category,") == 0) { in addDefinedDataSymbol()
465 else if (v->getSection().compare(0, 18, "__OBJC,__cls_refs,") == 0) { in addDefinedDataSymbol()
/external/llvm/include/llvm/IR/
DGlobalValue.h96 const std::string &getSection() const { return Section; } in getSection() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp62 if (!GV->getSection().empty()) in isSuitableForBSS()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp222 Fragment->getParent()->getSection()); in RecordX86_64Relocation()
557 SD->getSymbol().getSection()); in RecordX86Relocation()
/external/llvm/lib/IR/
DGlobals.cpp53 setSection(Src->getSection()); in copyAttributesFrom()

12