HomeSort by relevance Sort by last modified time
    Searched refs:getSection (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 116 Section section = getSection();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 171 const MCSection &Section = SectionLabel->getSection();
175 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 273 Fragment->getParent()->getSection());
329 Asm.getSectionData(SD.getSymbol().getSection());
  /external/llvm/lib/MC/
MCAssembler.cpp 71 if (!it->getSection().isVirtualSection())
74 if (it->getSection().isVirtualSection())
214 if (SD->getSection().isVirtualSection())
415 return getBackend().doesSectionRequireSymbols(Symbol.getSection());
430 SD->getFragment()->getParent()->getSection()))
785 if (SD->getSection().isVirtualSection()) {
802 if (auto *ELFSec = dyn_cast<const MCSectionELF>(&SD->getSection()))
    [all...]
MCELFStreamer.cpp 62 static_cast<const MCSectionELF&>(Symbol->getSection());
520 const MCSection &Section = Symbol.getSection();
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 260 header->e_shstrndx = pModule.getSection(".shstrtab")->index();
426 LDSection* plt_sect = pModule.getSection(".plt");
430 uint64_t fde_offset = pFrame.getSection().offset() + fde.getOffset() +
512 frag_ref->frag()->getParent()->getSection().addr() +
555 frag_ref->frag()->getParent()->getSection().addr() +
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 700 uint64_t addr = pSymbol.fragRef()->frag()->getParent()->getSection().addr();
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 143 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
168 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
213 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
233 if (std::error_code EC = getSection(Symb->SectionNumber, Sec))
342 if (std::error_code EC = getSection(Symb->SectionNumber, SymbSec))
733 std::error_code COFFObjectFile::getSection(int32_t Index,
    [all...]
Object.cpp 94 if (std::error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
MachOObjectFile.cpp 421 MachO::section Sect = O->getSection(Sec);
681 MachO::section Sect = getSection(Sec);
693 MachO::section Sect = getSection(Sec);
710 MachO::section Sect = getSection(Sec);
726 MachO::section Sect = getSection(Sec);
832 MachO::section Sect = getSection(Sec);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 187 MachO::section getSection(DataRefImpl DRI) const;
189 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
ObjectFile.h 155 std::error_code getSection(section_iterator &Result) const;
378 inline std::error_code SymbolRef::getSection(section_iterator &Result) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 343 SD->getSymbol().getSection());
436 SD->getSymbol().getSection());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 210 StringRef SectionName = GV->getSection();
525 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
531 GV->getSection() + "': " + ErrorCode + ".");
812 StringRef Name = GV->getSection();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 125 StringRef SectionName = GV->getSection();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 480 &sym->outSymbol()->fragRef()->frag()->getParent()->getSection();
507 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
508 uint32_t size = pSD.getSection().size();
640 symbol->fragRef()->frag()->getParent()->getSection().addr();
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 107 LDSection* symtab_shdr = m_pInput->context()->getSection(".symtab");
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 434 &rsym->outSymbol()->fragRef()->frag()->getParent()->getSection();
    [all...]
X86LDBackend.cpp 296 LDSection* plt_sect = pModule.getSection(".plt");
300 LDSection* eh_sect = pModule.getSection(".eh_frame");
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 131 function getSection() {
152 var cookiePath = getSection() + "_";
242 var section = getSection();
299 var section = getSection();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 232 Fragment->getParent()->getSection());
580 SD->getSymbol().getSection());
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 434 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
486 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 64 MachO::section S = MOOF->getSection(StubsSec.getRawDataRefImpl());

Completed in 1081 milliseconds

1 23 4 5 6