Searched defs:Sec (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h66 virtual void updateSectionAddress(const object::SectionRef &Sec, argument
H A DRuntimeDyldMachO.cpp380 SectionRef Sec = MachO->getRelocationSection(RE); local
H A DRuntimeDyldELF.cpp96 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) argument
127 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, argument
/freebsd-10.3-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp264 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) { argument
H A DCOFFObjectFile.cpp230 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, argument
239 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, argument
245 getSectionAddress(DataRefImpl Sec, uint64_t &Result) const argument
252 getSectionSize(DataRefImpl Sec, uint64_t &Result) const argument
259 getSectionContents(DataRefImpl Sec, StringRef &Result) const argument
268 getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const argument
277 isSectionText(DataRefImpl Sec, bool &Result) const argument
284 isSectionData(DataRefImpl Sec, bool &Result) const argument
291 isSectionBSS(DataRefImpl Sec, bool &Result) const argument
298 isSectionRequiredForExecution(DataRefImpl Sec, bool &Result) const argument
305 isSectionVirtual(DataRefImpl Sec, bool &Result) const argument
312 isSectionZeroInit(DataRefImpl Sec, bool &Result) const argument
319 isSectionReadOnlyData(DataRefImpl Sec, bool &Result) const argument
326 sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const argument
723 getSectionName(const coff_section *Sec, StringRef &Res) const argument
746 getSectionContents(const coff_section *Sec, ArrayRef<uint8_t> &Res) const argument
[all...]
H A DMachOObjectFile.cpp445 const char *Sec = getSectionPtr(this, Load, J); local
498 MachO::section_64 Sec = getSection64(SecRel); local
244 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L, unsigned Sec) argument
412 getSectionFlags(const MachOObjectFile *O, DataRefImpl Sec) argument
501 MachO::section Sec = getSection(SecRel); local
560 DataRefImpl Sec; local
651 getSectionNext(DataRefImpl Sec, SectionRef &Res) const argument
659 getSectionName(DataRefImpl Sec, StringRef &Result) const argument
666 getSectionAddress(DataRefImpl Sec, uint64_t &Res) const argument
678 getSectionSize(DataRefImpl Sec, uint64_t &Res) const argument
691 getSectionContents(DataRefImpl Sec, StringRef &Res) const argument
710 getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const argument
725 isSectionText(DataRefImpl Sec, bool &Res) const argument
744 isSectionRequiredForExecution(DataRefImpl Sec, bool &Result) const argument
751 isSectionVirtual(DataRefImpl Sec, bool &Result) const argument
759 isSectionZeroInit(DataRefImpl Sec, bool &Res) const argument
767 isSectionReadOnlyData(DataRefImpl Sec, bool &Result) const argument
779 sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const argument
1462 const char *Sec = getSectionPtr(this, L, Index); local
1468 const char *Sec = getSectionPtr(this, L, Index); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp74 const MCSection *Sec = getContext().getELFSection(NameData, local
812 const MCSection *Sec = getDrectveSection(); local
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp550 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) { argument
574 printRelocation(const Elf_Shdr *Sec, typename ELFO::Elf_Rela Rel) argument
624 const Elf_Shdr *Sec = Obj->getSection(&*Symbol); local
[all...]
H A DMachODumper.cpp165 getSection(const MachOObjectFile *Obj, DataRefImpl Sec, MachOSection &Section) argument
/freebsd-10.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp479 section_iterator Sec = Obj.end_sections(); local
/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h411 DataRefImpl Sec; local
427 getSectionNext(DataRefImpl Sec, SectionRef &Result) const argument
434 getSectionName(DataRefImpl Sec, StringRef &Result) const argument
444 getSectionAddress(DataRefImpl Sec, uint64_t &Result) const argument
451 getSectionSize(DataRefImpl Sec, uint64_t &Result) const argument
458 getSectionContents(DataRefImpl Sec, StringRef &Result) const argument
466 getSectionAlignment(DataRefImpl Sec, uint64_t &Result) const argument
473 isSectionText(DataRefImpl Sec, bool &Result) const argument
480 isSectionData(DataRefImpl Sec, bool &Result) const argument
489 isSectionBSS(DataRefImpl Sec, bool &Result) const argument
499 isSectionRequiredForExecution(DataRefImpl Sec, bool &Result) const argument
506 isSectionVirtual(DataRefImpl Sec, bool &Result) const argument
513 isSectionZeroInit(DataRefImpl Sec, bool &Result) const argument
520 isSectionReadOnlyData(DataRefImpl Sec, bool &Result) const argument
528 sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const argument
[all...]
H A DELF.h566 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { argument
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp356 MCSectionCOFF const &Sec = local
794 COFFSection *Sec = SectionMap[&i->getSection()]; local
[all...]
H A DMCDwarf.cpp330 const MCSection *Sec = *it; local
/freebsd-10.3-release/contrib/llvm/include/llvm/MC/
H A DMCContext.h326 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { argument
375 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec; } argument

Completed in 92 milliseconds