Searched refs:getObj (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | AMDGPU.cpp | 48 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags() 111 uint8_t abiVersion = cast<ObjFile<ELF64LE>>(objectFiles[0])->getObj() in calcEFlags()
|
| D | MipsArchTree.cpp | 300 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()
|
| D | RISCV.cpp | 109 return cast<ObjFile<ELF64LE>>(f)->getObj().getHeader().e_flags; in getEFlags() 110 return cast<ObjFile<ELF32LE>>(f)->getObj().getHeader().e_flags; in getEFlags()
|
| D | AVR.cpp | 228 return cast<ObjFile<ELF32LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
|
| D | Hexagon.cpp | 69 uint32_t eflags = cast<ObjFile<ELF32LE>>(f)->getObj().getHeader().e_flags; in calcEFlags()
|
| D | Mips.cpp | 375 if (f->getObj().getHeader().e_flags & EF_MIPS_PIC) in needsThunk() 781 return file->getObj().getHeader().e_flags & EF_MIPS_PIC; in isMipsPIC()
|
| D | PPC64.cpp | 625 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/ |
| D | InputFiles.h | 166 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()
|
| D | InputFiles.cpp | 363 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 …]
|
| D | DWARF.cpp | 31 CHECK(obj->getObj().sections(), obj); in LLDDwarfObj()
|
| D | InputSection.cpp | 56 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()
|
| D | Relocations.cpp | 501 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()
|
| D | Driver.cpp | 866 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/ |
| D | DumpOutputStyle.h | 76 object::COFFObjectFile &getObj();
|
| D | DumpOutputStyle.cpp | 72 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj() function in DumpOutputStyle 1366 for (const auto &S : getObj().sections()) { in dumpTypesFromObjectFile()
|