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

1 2 3 4 5 6

  /external/llvm/include/llvm/IR/
GlobalObject.h 44 bool hasSection() const { return !StringRef(getSection()).empty(); }
45 const char *getSection() const { return Section.c_str(); }
  /external/llvm/lib/MC/
MCObjectWriter.cpp 52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
53 const MCSection &SecB = FB.getParent()->getSection();
MachObjectWriter.cpp 121 if (NextSD.getSection().isVirtualSection())
209 if (SD.getSection().isVirtualSection()) {
220 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
476 cast<MCSectionMachO>(it->SectionData->getSection());
492 cast<MCSectionMachO>(it->SectionData->getSection());
508 cast<MCSectionMachO>(it->SectionData->getSection());
542 SectionIndexMap[&it->getSection()] = Index;
584 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
616 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
707 const MCSection &SecA = SA.getSection();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 51 const LDSection* getSection(unsigned int pIdx) const;
52 LDSection* getSection(unsigned int pIdx);
54 const LDSection* getSection(const std::string& pName) const;
55 LDSection* getSection(const std::string& pName);
SectionData.h 57 const LDSection& getSection() const { return *m_pSection; }
58 LDSection& getSection() { return *m_pSection; }
RelocData.h 64 const LDSection& getSection() const { return *m_pSection; }
65 LDSection& getSection() { return *m_pSection; }
  /frameworks/compile/mclinker/lib/Script/
UnaryOp.cpp 77 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
99 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
176 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
179 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
Assignment.cpp 136 RpnExpr::buildHelperExpr(in->getSection()->getSectionData()->front());
156 std::make_pair(in->getSection()->getSectionData()->front().getNextNode(),
  /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
ELFReaderIf.cpp 54 if (NULL == pInput.context()->getSection(pShndx) ||
55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
112 LDSection* sect_hdr = pInput.context()->getSection(pShndx);
GarbageCollection.cpp 174 &sym->outSymbol()->fragRef()->frag()->getParent()->getSection();
222 pEntry.push_back(&entry_sym->fragRef()->frag()->getParent()->getSection());
243 &sym->fragRef()->frag()->getParent()->getSection();
269 &sym->fragRef()->frag()->getParent()->getSection();
288 const LDSection* sect = &sym->fragRef()->frag()->getParent()->getSection();
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 46 LDSection* output_sect = m_Module.getSection(output_name);
70 LDSection* target = m_Module.getSection(output_name);
100 data = pair.second->getSection()->getSectionData();
121 uint64_t offset = pTo.getSection().size();
123 if (pFrom.getSection().align() > 1) {
125 align = new AlignFragment(pFrom.getSection().align(), // alignment
128 pFrom.getSection().align() - 1 // max bytes to emit
148 pTo.getSection().setSize(offset);
  /hardware/libhardware/modules/camera/
VendorTags.cpp 91 const Section* getSection(uint32_t tag)
111 const Section* section = getSection(tag);
161 const Section* section = getSection(tag);
  /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());
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 604 symbol->fragRef()->frag()->getParent()->getSection().addr();
739 pTo->getSection().setSize(offset);
933 uint32_t pFromFlag = pFrom.getSection().align();
947 uint32_t flag = frag->getParent()->getSection().align();
954 if (pFrom.getSection().align() > 1) {
956 align = new AlignFragment(pFrom.getSection().align(), // alignmen
    [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));
  /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/llvm/lib/IR/
Globals.cpp 88 setSection(GV->getSection());
91 const char *GlobalValue::getSection() const {
95 return GO->getSection();
98 return cast<GlobalObject>(this)->getSection();
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 43 const LDSection* getSection() const { return m_pSection; }
44 LDSection* getSection() { return m_pSection; }
90 const LDSection* getSection() const { return m_pSection; }
91 LDSection* getSection() { return m_pSection; }
  /external/llvm/include/llvm/Object/
ELF.h 406 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
407 const Elf_Shdr *getSection(uint32_t Index) const;
523 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const {
525 return getSection(ExtendedSymbolTable.lookup(symb));
528 return getSection(symb->st_shndx);
589 const Elf_Shdr *SymTable = getSection(Sec->sh_link);
672 dot_strtab_sec = getSection(Sec.sh_link);
681 const Elf_Shdr *DynStr = getSection(Sec.sh_link);
717 dot_shstrtab_sec = getSection(getStringTableIndex());
840 return getEntry<T>(getSection(Section), Entry)
    [all...]
  /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);
  /frameworks/compile/mclinker/include/mcld/
Module.h 121 LDSection* getSection(const std::string& pName);
122 const LDSection* getSection(const std::string& pName) const;
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 87 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr();
96 return fragRef->frag()->getParent()->getSection().addr() +

Completed in 469 milliseconds

1 2 3 4 5 6