HomeSort by relevance Sort by last modified time
    Searched refs:getSection (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/
ELFWriter.h 152 /// getSection - Return the section with the specified name, creating a new
154 ELFSection &getSection(const std::string &Name, unsigned Type,
170 return getSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0, 1);
174 return getSection(".symtab", ELF::SHT_SYMTAB, 0);
178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1);
182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1);
186 return getSection("", ELF::SHT_NULL, 0);
ELFWriter.cpp 191 return getSection(Data->getSectionName(), Data->getType(),
197 return getSection(BSS->getSectionName(), BSS->getType(), BSS->getFlags(), 4);
203 return getSection(Ctor->getSectionName(), Ctor->getType(), Ctor->getFlags());
209 return getSection(Dtor->getSectionName(), Dtor->getType(), Dtor->getFlags());
216 return getSection(Text->getSectionName(), Text->getType(), Text->getFlags());
224 return getSection(JT->getSectionName(), JT->getType(), JT->getFlags(),
249 return getSection(CPSect->getSectionName(), CPSect->getType(),
264 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment());
371 getSection(S->getSectionName(), S->getType(), S->getFlags());
633 if (GV->getSection() == "llvm.metadata" |
    [all...]
TargetLoweringObjectFileImpl.cpp 177 StringRef SectionName = GV->getSection();
357 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
362 "' has an invalid section specifier '" + GV->getSection()+
583 return getContext().getCOFFSection(GV->getSection(),
  /external/llvm/lib/MC/
MCObjectWriter.cpp 76 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
77 const MCSection &SecB = FB.getParent()->getSection();
WinCOFFStreamer.cpp 193 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
237 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
264 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
303 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
311 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
MachObjectWriter.cpp 105 if (NextSD.getSection().isVirtualSection())
191 if (SD.getSection().isVirtualSection()) {
202 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
377 cast<MCSectionMachO>(it->SectionData->getSection());
394 cast<MCSectionMachO>(it->SectionData->getSection());
429 SectionIndexMap[&it->getSection()] = Index;
472 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
505 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
575 const MCSection &SecA = SA.getSection();
576 const MCSection &SecB = FB.getParent()->getSection();
    [all...]
ELFObjectWriter.cpp 301 static_cast<const MCSectionELF&>(i->getSection());
356 static_cast<const MCSectionELF&>(ASymbol.getSection());
370 static_cast<const MCSectionELF&>(F.getParent()->getSection());
533 static_cast<const MCSectionELF &>(it->getSection());
542 static_cast<const MCSectionELF &>(it->getSection());
617 static_cast<const MCSectionELF&>(RefSymbol.getSection());
685 static_cast<const MCSectionELF&>(SD.getSection());
713 static_cast<const MCSectionELF&>(SD.getSection());
862 static_cast<const MCSectionELF&>(it->getSection());
914 static_cast<const MCSectionELF&>(it->getSection());
    [all...]
WinCOFFObjectWriter.cpp 365 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
369 static_cast<MCSectionCOFF const &>(SectionData.getSection());
408 SectionMap[&SectionData.getSection()] = coff_section;
465 SectionMap[&SymbolData.Fragment->getParent()->getSection()];
643 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
648 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
653 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
787 COFFSection *Sec = SectionMap[&i->getSection()];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java 71 mFieldsPart.getSection().setLayoutData(new ColumnLayoutData());
75 mLinksPart.getSection().setLayoutData(new ColumnLayoutData());
ExportFieldsPart.java 35 Section section = getSection();
ExportLinksPart.java 43 Section section = getSection();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 90 mOverviewPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
96 exportPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
100 mOverviewLinkPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
ApplicationPage.java 89 mTooglePart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
92 mAttrPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
OverviewExportPart.java 51 Section section = getSection();
  /external/llvm/lib/Object/
ELFObjectFile.cpp 307 return getSection(Rel.w.b);
317 const Elf_Shdr *getSection(DataRefImpl index) const;
318 const Elf_Shdr *getSection(uint32_t index) const;
383 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
455 ::getSection(const Elf_Sym *symb) const {
457 return getSection(ExtendedSymbolTable.lookup(symb));
460 return getSection(symb->st_shndx);
479 default: Section = getSection(symb);
513 default: Section = getSection(symb);
552 const Elf_Shdr *Section = getSection(symb)
    [all...]
MachOObjectFile.cpp 360 MachOObjectFile::getSection(DataRefImpl DRI,
429 getSection(DRI, Sect);
443 getSection(DRI, Sect);
457 getSection(DRI, Sect);
471 getSection(DRI, Sect);
485 getSection(DRI, Sect);
549 getSection(Sec, Sect);
584 getSection(Sections[Rel.d.b], Sect);
604 getSection(Sections[Rel.d.b], Sect);
658 getSection(Sections[Rel.d.b], Sect)
    [all...]
COFFObjectFile.cpp 108 if (error_code ec = getSection(symb->SectionNumber, Section))
126 if (error_code ec = getSection(symb->SectionNumber, Section))
185 if (error_code ec = getSection(symb->SectionNumber, Section))
218 if (error_code ec = getSection(symb->SectionNumber, Section))
285 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
390 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec;
548 error_code COFFObjectFile::getSection(int32_t index,
  /external/llvm/include/llvm/MC/
MCSymbol.h 108 /// getSection - Get the section associated with a defined, non-absolute
110 const MCSection &getSection() const {
  /external/llvm/lib/Target/Mips/
MipsMCSymbolRefExpr.cpp 68 return Symbol->isDefined() ? &Symbol->getSection() : NULL;
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 236 TableOfContents.Section aSection = getSection(dexA.getTableOfContents());
237 TableOfContents.Section bSection = getSection(dexB.getTableOfContents());
238 getSection(contentsOut).off = out.getPosition();
292 getSection(contentsOut).size = outCount;
300 getSection(contentsOut).off = out.getPosition();
321 getSection(contentsOut).size = outCount;
325 TableOfContents.Section section = getSection(source.getTableOfContents());
340 abstract TableOfContents.Section getSection(TableOfContents tableOfContents);
378 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) {
400 @Override TableOfContents.Section getSection(TableOfContents tableOfContents)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/
TableOfContents.java 123 Section section = getSection(type);
159 private Section getSection(short type) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 187 const MCSection &Section = SectionLabel->getSection();
191 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 107 return SectionHelper.createTableLayout(getSection(), toolkit, numColumns);
167 Section section = getSection();
169 // Calls getSection().reflow(), which is the same that Section calls
  /external/llvm/include/llvm/Object/
MachO.h 105 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
  /external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 92 ELFSection &EH = EW.getSection(".eh_frame", ELF::SHT_PROGBITS,

Completed in 412 milliseconds

1 2 3