Searched refs:getSection (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCObjectWriter.cpp52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
53 const MCSection &SecB = FB.getParent()->getSection();
H A DMachObjectWriter.cpp119 if (NextSD.getSection().isVirtualSection())
207 if (SD.getSection().isVirtualSection()) {
218 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
438 cast<MCSectionMachO>(it->SectionData->getSection());
454 cast<MCSectionMachO>(it->SectionData->getSection());
470 cast<MCSectionMachO>(it->SectionData->getSection());
504 SectionIndexMap[&it->getSection()] = Index;
547 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
580 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
674 const MCSection &SecA = SA.getSection();
[all...]
H A DWinCOFFStreamer.cpp205 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
233 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
283 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
291 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
H A DWinCOFFObjectWriter.cpp353 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
357 static_cast<MCSectionCOFF const &>(SectionData.getSection());
396 SectionMap[&SectionData.getSection()] = coff_section;
465 SectionMap[&ResSymData.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();
767 (*i)->MCData->getSection());
794 COFFSection *Sec = SectionMap[&i->getSection()];
[all...]
H A DELFObjectWriter.cpp608 static_cast<const MCSectionELF&>(i->getSection());
664 static_cast<const MCSectionELF&>(ASymbol.getSection());
678 static_cast<const MCSectionELF&>(F.getParent()->getSection());
845 static_cast<const MCSectionELF &>(it->getSection());
854 static_cast<const MCSectionELF &>(it->getSection());
943 static_cast<const MCSectionELF&>(RefSymbol.getSection());
1011 static_cast<const MCSectionELF&>(SD.getSection());
1046 static_cast<const MCSectionELF&>(SD.getSection());
1204 static_cast<const MCSectionELF&>(it->getSection());
1256 static_cast<const MCSectionELF&>(it->getSection());
[all...]
H A DMCAssembler.cpp69 if (!it->getSection().isVirtualSection())
72 if (it->getSection().isVirtualSection())
159 if (SD->getSection().isVirtualSection())
333 return getBackend().doesSectionRequireSymbols(Symbol.getSection());
348 SD->getFragment()->getParent()->getSection()))
688 if (SD->getSection().isVirtualSection()) {
H A DMCELFStreamer.cpp89 static_cast<const MCSectionELF&>(Symbol->getSection());
552 const MCSection &Section = Symbol.getSection();
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h109 /// getSection - Get the section associated with a defined, non-absolute
111 const MCSection &getSection() const { function in class:llvm::MCSymbol
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DELF.h392 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
393 const Elf_Shdr *getSection(uint32_t Index) const;
509 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const { function in class:llvm::object::ELFFile
511 return getSection(ExtendedSymbolTable.lookup(symb));
514 return getSection(symb->st_shndx);
569 const Elf_Shdr *SymTable = getSection(Sec->sh_link);
658 dot_strtab_sec = getSection(SecI->sh_link);
667 const Elf_Shdr *DynStr = getSection(SecI->sh_link);
703 dot_shstrtab_sec = getSection(getStringTableIndex());
830 return getEntry<T>(getSection(Sectio
843 ELFFile<ELFT>::getSection(uint32_t index) const { function in class:llvm::object::ELFFile
[all...]
H A DELFObjectFile.h111 return EF.getSection(Rel.d.a);
234 EF.getSymbolVersion(EF.getSection(Symb.d.b), symb, IsDefault);
256 ESec = EF.getSection(ESym);
288 ESec = EF.getSection(ESym);
407 const Elf_Shdr *ESec = EF.getSection(ESym);
536 Result = !Reserved && (&*toELFShdrIter(Sec) == EF.getSection(ESym->st_shndx));
576 const Elf_Shdr *R = EF.getSection(EShdr->sh_info);
609 const Elf_Shdr *SymSec = EF.getSection(sec->sh_link);
744 EF.getSymbolName(EF.getSection(sec->sh_link), symb);
H A DMachO.h167 MachO::section getSection(DataRefImpl DRI) const;
169 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
H A DObjectFile.h229 error_code getSection(section_iterator &Result) const;
433 inline error_code SymbolRef::getSection(section_iterator &Result) const { function in class:llvm::object::SymbolRef::SymbolRef
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp150 const MCSection &Section = SectionLabel->getSection();
154 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp165 static void getSection(const MachOObjectFile *Obj, function
169 MachO::section Sect = Obj->getSection(Sec);
235 getSection(Obj, SecI->getRawDataRefImpl(), Section);
410 if (!error(SymI->getSection(SecI)) &&
H A DCOFFDumper.cpp87 error_code getSection(
187 if (error_code EC = Sym.getSection(iter))
519 error_code COFFDumper::getSection( function in class:COFFDumper
807 if (error_code EC = Obj->getSection(Symbol->SectionNumber, Section)) {
900 if ((EC = Obj->getSection(Aux->Number, Assoc)) ||
988 if (error(getSection(Rels, OffsetInSection + 8, &XData, &UnwindInfoOffset)))
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp113 if (error_code ec = getSection(symb->SectionNumber, Section))
129 if (error_code ec = getSection(symb->SectionNumber, Section))
155 if (error_code ec = getSection(symb->SectionNumber, Section))
198 if (error_code ec = getSection(symb->SectionNumber, Section))
217 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
332 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec;
647 error_code COFFObjectFile::getSection(int32_t index, function in class:COFFObjectFile
H A DMachOObjectFile.cpp418 MachO::section Sect = O->getSection(Sec);
501 MachO::section Sec = getSection(SecRel);
671 MachO::section Sect = getSection(Sec);
683 MachO::section Sect = getSection(Sec);
700 MachO::section Sect = getSection(Sec);
716 MachO::section Sect = getSection(Sec);
806 MachO::section Sect = getSection(Sec);
824 MachO::section Sect = getSection(Sec);
1452 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { function in class:llvm::object::MachOObjectFile
1460 MachO::section MachOObjectFile::getSection(cons function in class:llvm::object::MachOObjectFile
[all...]
H A DObject.cpp92 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp71 if (Sym.getSection().getKind().isMergeableCString() ||
72 Sym.getSection().getKind().isMergeableConst())
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp344 SD->getSymbol().getSection());
435 SD->getSymbol().getSection());
H A DARMELFObjectWriter.cpp71 static_cast<const MCSectionELF&>(Symbol.getSection());
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp206 StringRef SectionName = GV->getSection();
492 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
498 GV->getSection() + "': " + ErrorCode + ".");
726 SmallString<128> Name(GV->getSection().c_str());
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DGlobals.cpp53 setSection(Src->getSection());
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h96 const std::string &getSection() const { return Section; } function in class:llvm::GlobalValue
/freebsd-10.2-release/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp62 if (!GV->getSection().empty())

Completed in 294 milliseconds

123