/external/llvm/lib/MC/ |
D | MCObjectWriter.cpp | 52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() 53 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
|
D | MachObjectWriter.cpp | 120 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 …]
|
D | WinCOFFStreamer.cpp | 208 ? 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()
|
D | WinCOFFObjectWriter.cpp | 365 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()
|
D | ELFObjectWriter.cpp | 604 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 …]
|
D | MCAssembler.cpp | 69 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()
|
D | MCELFStreamer.cpp | 87 static_cast<const MCSectionELF&>(Symbol->getSection()); in EmitLabel() 485 const MCSection &Section = Symbol.getSection(); in FinishImpl()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 619 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 …]
|
D | MachO.h | 124 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 151 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 …]
|
D | COFFObjectFile.cpp | 111 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
|
D | Object.cpp | 53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect))) in LLVMMoveToContainingSection()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 150 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/ |
D | ResizableDialog.java | 168 if (settings.getSection(sectionName) == null) { in getDialogSettings() 171 return settings.getSection(sectionName); in getDialogSettings()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.js | 131 function getSection() { function 152 var cookiePath = getSection() + "_"; 242 var section = getSection(); 299 var section = getSection();
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 111 const MCSection &getSection() const { in getSection() function
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 206 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/ |
D | MipsELFObjectWriter.cpp | 71 if (Sym.getSection().getKind().isMergeableCString() || in ExplicitRelSym() 72 Sym.getSection().getKind().isMergeableConst()) in ExplicitRelSym()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 345 SD->getSymbol().getSection()); in requiresExternRelocation() 436 SD->getSymbol().getSection()); in RecordRelocation()
|
D | ARMELFObjectWriter.cpp | 71 static_cast<const MCSectionELF&>(Symbol.getSection()); in ExplicitRelSym()
|
/external/llvm/tools/lto/ |
D | LTOModule.cpp | 451 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/ |
D | GlobalValue.h | 96 const std::string &getSection() const { return Section; } in getSection() function
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 62 if (!GV->getSection().empty()) in isSuitableForBSS()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 222 Fragment->getParent()->getSection()); in RecordX86_64Relocation() 557 SD->getSymbol().getSection()); in RecordX86Relocation()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 53 setSection(Src->getSection()); in copyAttributesFrom()
|