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

12

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectWriter.cpp52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
53 const MCSection &SecB = FB.getParent()->getSection();
H A DMachObjectWriter.cpp111 if (NextSD.getSection().isVirtualSection())
197 if (SD.getSection().isVirtualSection()) {
208 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
394 cast<MCSectionMachO>(it->SectionData->getSection());
410 cast<MCSectionMachO>(it->SectionData->getSection());
444 SectionIndexMap[&it->getSection()] = Index;
487 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
520 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
614 const MCSection &SecA = SA.getSection();
615 const MCSection &SecB = FB.getParent()->getSection();
[all...]
H A DWinCOFFStreamer.cpp194 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
238 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
264 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
313 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
321 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
H A DWinCOFFObjectWriter.cpp367 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
371 static_cast<MCSectionCOFF const &>(SectionData.getSection());
410 SectionMap[&SectionData.getSection()] = coff_section;
467 SectionMap[&SymbolData.Fragment->getParent()->getSection()];
645 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
650 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
655 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
772 COFFSection *Sec = SectionMap[&i->getSection()];
H A DELFObjectWriter.cpp596 static_cast<const MCSectionELF&>(i->getSection());
652 static_cast<const MCSectionELF&>(ASymbol.getSection());
666 static_cast<const MCSectionELF&>(F.getParent()->getSection());
834 static_cast<const MCSectionELF &>(it->getSection());
843 static_cast<const MCSectionELF &>(it->getSection());
918 static_cast<const MCSectionELF&>(RefSymbol.getSection());
986 static_cast<const MCSectionELF&>(SD.getSection());
1014 static_cast<const MCSectionELF&>(SD.getSection());
1173 static_cast<const MCSectionELF&>(it->getSection());
1225 static_cast<const MCSectionELF&>(it->getSection());
[all...]
H A DMCAssembler.cpp57 if (!it->getSection().isVirtualSection())
60 if (it->getSection().isVirtualSection())
145 if (SD->getSection().isVirtualSection())
218 return getBackend().doesSectionRequireSymbols(Symbol.getSection());
233 SD->getFragment()->getParent()->getSection()))
497 if (SD->getSection().isVirtualSection()) {
H A DMCELFStreamer.cpp170 static_cast<const MCSectionELF&>(Symbol->getSection());
498 const MCSection &Section = Symbol.getSection();
H A DMCWin64EH.cpp207 const MCSection *section = &func->getSection();
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp154 const MCSection &Section = SectionLabel->getSection();
158 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DMachOObjectFile.cpp152 getSection(Sections[Entry->SectionIndex-1], Section);
445 MachOObjectFile::getSection(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
514 getSection(DRI, Sect);
528 getSection(DRI, Sect);
542 getSection(DRI, Sect);
556 getSection(DRI, Sect);
570 getSection(DRI, Sect);
614 getSection(DRI, Sect);
666 getSection(Sec, Sect);
699 getSection(Section
[all...]
H A DCOFFObjectFile.cpp109 if (error_code ec = getSection(symb->SectionNumber, Section))
127 if (error_code ec = getSection(symb->SectionNumber, Section))
194 if (error_code ec = getSection(symb->SectionNumber, Section))
227 if (error_code ec = getSection(symb->SectionNumber, Section))
283 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
386 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec;
571 error_code COFFObjectFile::getSection(int32_t index, function in class:COFFObjectFile
H A DObject.cpp53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h550 return getSection(Rel.w.b);
558 const Elf_Shdr *getSection(DataRefImpl index) const;
559 const Elf_Shdr *getSection(uint32_t index) const;
685 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
861 ::getSection(const Elf_Sym *symb) const { function in class:llvm::object::ELFObjectFile
863 return getSection(ExtendedSymbolTable.lookup(symb));
866 return getSection(symb->st_shndx);
910 default: Section = getSection(symb);
944 default: Section = getSection(symb);
991 const Elf_Shdr *Section = getSection(sym
2371 ELFObjectFile<target_endianness, is64Bits>::getSection(DataRefImpl Symb) const { function in class:llvm::object::ELFObjectFile
2381 ELFObjectFile<target_endianness, is64Bits>::getSection(uint32_t index) const { function in class:llvm::object::ELFObjectFile
[all...]
H A DCOFF.h181 error_code getSection(int32_t index, const coff_section *&Res) const;
H A DMachO.h118 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
H A DObjectFile.h234 error_code getSection(section_iterator &Result) const;
438 inline error_code SymbolRef::getSection(section_iterator &Result) const { function in class:llvm::object::SymbolRef
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp177 StringRef SectionName = GV->getSection();
473 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
479 GV->getSection() + "': " + ErrorCode + ".");
704 return getContext().getCOFFSection(GV->getSection(),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp85 if (Sym.getSection().getKind().isMergeableCString() ||
86 Sym.getSection().getKind().isMergeableConst())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp344 SD->getSymbol().getSection());
435 SD->getSymbol().getSection());
H A DARMELFObjectWriter.cpp77 static_cast<const MCSectionELF&>(Symbol.getSection());
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DGlobalValue.h96 const std::string &getSection() const { return Section; } function in class:llvm::GlobalValue
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetLoweringObjectFile.cpp62 if (!GV->getSection().empty())
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DGlobals.cpp52 setSection(Src->getSection());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp222 Fragment->getParent()->getSection());
557 SD->getSymbol().getSection());

Completed in 163 milliseconds

12