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

1 2 3 4 5

  /external/llvm/lib/MC/
MCObjectWriter.cpp 52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
53 const MCSection &SecB = FB.getParent()->getSection();
WinCOFFStreamer.cpp 208 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
234 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
284 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
292 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
MachObjectWriter.cpp 120 if (NextSD.getSection().isVirtualSection())
206 if (SD.getSection().isVirtualSection()) {
217 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
436 cast<MCSectionMachO>(it->SectionData->getSection());
452 cast<MCSectionMachO>(it->SectionData->getSection());
486 SectionIndexMap[&it->getSection()] = Index;
529 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
562 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
656 const MCSection &SecA = SA.getSection();
657 const MCSection &SecB = FB.getParent()->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;
468 SectionMap[&ResSymData.Fragment->getParent()->getSection()];
650 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
655 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
660 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
773 (*i)->MCData->getSection());
800 COFFSection *Sec = SectionMap[&i->getSection()];
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 54 const LDSection* getSection(unsigned int pIdx) const;
55 LDSection* getSection(unsigned int pIdx);
57 const LDSection* getSection(const std::string& pName) const;
58 LDSection* getSection(const std::string& pName);
RelocData.h 65 const LDSection& getSection() const { return *m_pSection; }
66 LDSection& getSection() { return *m_pSection; }
SectionData.h 60 const LDSection& getSection() const { return *m_pSection; }
61 LDSection& getSection() { return *m_pSection; }
EhFrame.h 102 const LDSection& getSection() const;
103 LDSection& getSection();
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 28 LDSection* LDContext::getSection(unsigned int pIdx)
35 const LDSection* LDContext::getSection(unsigned int pIdx) const
42 LDSection* LDContext::getSection(const std::string& pName)
52 const LDSection* LDContext::getSection(const std::string& pName) const
Relocator.cpp 41 input_sym->fragRef()->frag()->getParent()->getSection();
ELFReaderIf.cpp 58 if (NULL == pInput.context()->getSection(pShndx) ||
59 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
116 LDSection* sect_hdr = pInput.context()->getSection(pShndx);
EhFrame.cpp 80 const LDSection& EhFrame::getSection() const
86 LDSection& EhFrame::getSection()
  /frameworks/compile/mclinker/unittests/
SectionDataTest.cpp 47 EXPECT_TRUE(s->getSection().name() == "test" && \
48 s->getSection().kind() == LDFileFormat::Null);
  /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();
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 57 LDSection* target = m_Module.getSection(output_name);
107 uint32_t offset = pTo.getSection().size();
109 if (pFrom.getSection().align() > 1) {
111 align = new AlignFragment(pFrom.getSection().align(), // alignment
114 pFrom.getSection().align() - 1 // max bytes to emit
134 pTo.getSection().setSize(offset);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 594 symbol->fragRef()->frag()->getParent()->getSection().addr();
725 pTo->getSection().setSize(offset);
909 uint32_t pFromFlag = pFrom.getSection().align();
923 uint32_t flag = frag->getParent()->getSection().align();
930 if (pFrom.getSection().align() > 1) {
932 align = new AlignFragment(pFrom.getSection().align(), // alignment
935 pFrom.getSection().align() - 1 // max bytes to emit
950 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
951 uint32_t size = pSD.getSection().size();
953 if (pSD.getSection().type() == llvm::ELF::SHT_NOBITS)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 91 mOverviewPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
97 exportPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
101 mOverviewLinkPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
ApplicationPage.java 90 mTooglePart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
93 mAttrPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 39 LDSection* Module::getSection(const std::string& pName)
49 const LDSection* Module::getSection(const std::string& pName) const
  /external/llvm/include/llvm/MC/
MCSymbol.h 109 /// getSection - Get the section associated with a defined, non-absolute
111 const MCSection &getSection() const {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 168 if (settings.getSection(sectionName) == null) {
171 return settings.getSection(sectionName);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 150 const MCSection &Section = SectionLabel->getSection();
154 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 87 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr();
95 return m_pSymInfo->outSymbol()->fragRef()->frag()->getParent()->getSection().addr();
  /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...]

Completed in 271 milliseconds

1 2 3 4 5