HomeSort by relevance Sort by last modified time
    Searched refs:getSection (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/llvm/lib/Object/
MachOObjectFile.cpp 151 getSection(Sections[Entry->SectionIndex-1], Section);
448 MachOObjectFile::getSection(DataRefImpl DRI,
536 getSection(DRI, Sect);
550 getSection(DRI, Sect);
564 getSection(DRI, Sect);
578 getSection(DRI, Sect);
592 getSection(DRI, Sect);
636 getSection(DRI, Sect);
699 getSection(Sec, Sect);
732 getSection(Sections[Rel.d.b], Sect)
    [all...]
COFFObjectFile.cpp 111 if (error_code ec = getSection(symb->SectionNumber, Section))
129 if (error_code ec = getSection(symb->SectionNumber, Section))
196 if (error_code ec = getSection(symb->SectionNumber, Section))
229 if (error_code ec = getSection(symb->SectionNumber, Section))
285 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
400 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec;
585 error_code COFFObjectFile::getSection(int32_t index,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 138 pInput.context()->getSection(value[index])->setKind(LDFileFormat::Ignore);
150 LDSection* link_sect = pInput.context()->getSection(link_index);
244 LDSection* symtab_shdr = pInput.context()->getSection(".symtab");
SectionRules.cpp 87 section = m_Module.getSection(pName);
ELFDynObjReader.cpp 95 LDSection* symtab_shdr = pInput.context()->getSection(".dynsym");
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 365 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
369 static_cast<MCSectionCOFF const &>(SectionData.getSection());
408 SectionMap[&SectionData.getSection()] = coff_section;
463 SectionMap[&SymbolData.Fragment->getParent()->getSection()];
644 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
649 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
654 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
771 COFFSection *Sec = SectionMap[&i->getSection()];
ELFObjectWriter.cpp 604 static_cast<const MCSectionELF&>(i->getSection());
660 static_cast<const MCSectionELF&>(ASymbol.getSection());
674 static_cast<const MCSectionELF&>(F.getParent()->getSection());
844 static_cast<const MCSectionELF &>(it->getSection());
853 static_cast<const MCSectionELF &>(it->getSection());
928 static_cast<const MCSectionELF&>(RefSymbol.getSection());
    [all...]
MCAssembler.cpp 69 if (!it->getSection().isVirtualSection())
72 if (it->getSection().isVirtualSection())
159 if (SD->getSection().isVirtualSection())
309 return getBackend().doesSectionRequireSymbols(Symbol.getSection());
324 SD->getFragment()->getParent()->getSection()))
664 if (SD->getSection().isVirtualSection()) {
    [all...]
MCELFStreamer.cpp 87 static_cast<const MCSectionELF&>(Symbol->getSection());
485 const MCSection &Section = Symbol.getSection();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java 43 Section section = getSection();
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 79 uint64_t addr = (*symbol)->fragRef()->frag()->getParent()->getSection().addr();
225 pReloc.targetRef().frag()->getParent()->getSection().offset() +
FragmentGraph.cpp 154 sym->fragRef()->frag()->getParent()->getSection().kind();
200 reloc->targetRef().frag()->getParent()->getSection().kind();
209 sym->outSymbol()->fragRef()->frag()->getParent()->getSection().kind();
  /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
UiElementPart.java 116 Section section = getSection();
  /external/llvm/include/llvm/Object/
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;
    [all...]
COFF.h 183 error_code getSection(int32_t index, const coff_section *&Res) const;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 206 StringRef SectionName = GV->getSection();
492 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
498 GV->getSection() + "': " + ErrorCode + ".");
726 SmallString<128> Name(GV->getSection().c_str());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 51 Section section = getSection();
OverviewLinksPart.java 44 Section section = getSection();
  /dalvik/dx/src/com/android/dx/dex/
TableOfContents.java 123 Section section = getSection(type);
159 private Section getSection(short type) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 71 if (Sym.getSection().getKind().isMergeableCString() ||
72 Sym.getSection().getKind().isMergeableConst())
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 253 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
314 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
435 &rsym->outSymbol()->fragRef()->frag()->getParent()->getSection();
799 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
866 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
924 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 370 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
621 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
669 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
718 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
800 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 345 SD->getSymbol().getSection());
436 SD->getSymbol().getSection());
  /external/llvm/include/llvm/IR/
GlobalValue.h 96 const std::string &getSection() const { return Section; }

Completed in 845 milliseconds

12 3 4 5