Home
last modified time | relevance | path

Searched refs:getObj (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DAMDGPU.cpp48 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
111 uint8_t abiVersion = cast<ObjFile<ELF64LE>>(objectFiles[0])->getObj() in calcEFlags()
DMipsArchTree.cpp300 v.push_back({f, cast<ObjFile<ELFT>>(f)->getObj().getHeader().e_flags}); in calcMipsEFlags()
366 return ef->template getObj<ELFT>().getHeader().e_flags & EF_MIPS_ABI2; in isN32Abi()
DRISCV.cpp109 return cast<ObjFile<ELF64LE>>(f)->getObj().getHeader().e_flags; in getEFlags()
110 return cast<ObjFile<ELF32LE>>(f)->getObj().getHeader().e_flags; in getEFlags()
DAVR.cpp228 return cast<ObjFile<ELF32LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
DHexagon.cpp69 uint32_t eflags = cast<ObjFile<ELF32LE>>(f)->getObj().getHeader().e_flags; in calcEFlags()
DMips.cpp375 if (f->getObj().getHeader().e_flags & EF_MIPS_PIC) in needsThunk()
781 return file->getObj().getHeader().e_flags & EF_MIPS_PIC; in isMipsPIC()
DPPC64.cpp625 return cast<ObjFile<ELF64BE>>(file)->getObj().getHeader().e_flags; in getEFlags()
626 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputFiles.h166 template <typename ELFT> llvm::object::ELFFile<ELFT> getObj() const { in getObj() function
197 llvm::object::ELFFile<ELFT> getObj() const { in getObj() function
198 return this->ELFFileBase::getObj<ELFT>(); in getObj()
DInputFiles.cpp363 const ELFFile<ELFT> &obj = getObj<ELFT>(); in init()
394 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
500 ArrayRef<Elf_Shdr> sections = CHECK(this->getObj().sections(), this); in initializeJustSymbols()
565 const ELFFile<ELFT> &obj = this->getObj(); in initializeSections()
882 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection()
906 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection()
931 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection()
971 ArrayRef<Elf_Rela> rels = CHECK(getObj().relas(sec), this); in createInputSection()
976 ArrayRef<Elf_Rel> rels = CHECK(getObj().rels(sec), this); in createInputSection()
1077 return CHECK(getObj().getSectionName(sec, sectionStringTable), this); in getSectionName()
[all …]
DDWARF.cpp31 CHECK(obj->getObj().sections(), obj); in LLDDwarfObj()
DInputSection.cpp56 return check(file.getObj().getSectionContents(hdr)); in getSectionContents()
450 CHECK(file->getObj().sections(), file)[secIdx]; in copyRelocations()
452 CHECK(file->getObj().getSectionName(sec), file) + in copyRelocations()
DRelocations.cpp501 check(file.template getObj<ELFT>().program_headers())) in isReadOnly()
701 CHECK(file->getObj().sections(), file); in maybeReportDiscarded()
707 file->getObj().getSectionName(objSections[sym.discardedSecIdx]), file); in maybeReportDiscarded()
DDriver.cpp866 const ELFFile<ELFT> &obj = inputObj->getObj(); in processCallGraphRelocations()
1891 check(obj->getObj().getSectionContents(*obj->addrsigSec)); in findKeepUniqueSections()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h76 object::COFFObjectFile &getObj();
DDumpOutputStyle.cpp72 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj() function in DumpOutputStyle
1366 for (const auto &S : getObj().sections()) { in dumpTypesFromObjectFile()