Home
last modified time | relevance | path

Searched refs:ELF64LE (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp102 class ELFLinkGraphBuilder_x86_64 : public ELFLinkGraphBuilder<object::ELF64LE> {
104 using ELFT = object::ELF64LE;
229 const object::ELFFile<object::ELF64LE> &Obj, in ELFLinkGraphBuilder_x86_64()
339 auto &ELFObjFile = cast<object::ELFObjectFile<object::ELF64LE>>(**ELFObj); in createLinkGraphFromELFObject_x86_64()
H A DELF_loongarch.cpp168 auto &ELFObjFile = cast<object::ELFObjectFile<object::ELF64LE>>(**ELFObj); in createLinkGraphFromELFObject_loongarch()
169 return ELFLinkGraphBuilder_loongarch<object::ELF64LE>( in createLinkGraphFromELFObject_loongarch()
H A DELF_aarch64.cpp589 auto &ELFObjFile = cast<object::ELFObjectFile<object::ELF64LE>>(**ELFObj); in createLinkGraphFromELFObject_aarch64()
590 return ELFLinkGraphBuilder_aarch64<object::ELF64LE>( in createLinkGraphFromELFObject_aarch64()
H A DELF_riscv.cpp949 auto &ELFObjFile = cast<object::ELFObjectFile<object::ELF64LE>>(**ELFObj); in createLinkGraphFromELFObject_riscv()
950 return ELFLinkGraphBuilder_riscv<object::ELF64LE>( in createLinkGraphFromELFObject_riscv()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp48 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
113 uint8_t abiVersion = cast<ObjFile<ELF64LE>>(ctx.objectFiles[0]) in calcEFlags()
H A DMipsArchTree.cpp376 return isN32Abi<ELF64LE>(f); in isMipsN32Abi()
393 template uint32_t elf::calcMipsEFlags<ELF64LE>();
H A DMips.cpp788 template TargetInfo *elf::getMipsTargetInfo<ELF64LE>();
793 template bool elf::isMipsPIC<ELF64LE>(const Defined *);
H A DARM.cpp1465 template void elf::writeARMCmseImportLib<ELF64LE>();
1470 template void ObjFile<ELF64LE>::importCmseSymbols();
H A DPPC64.cpp395 config->isLE ? getRelaTocSymAndAddend<ELF64LE>(tocISB, rel.addend) in tryRelaxPPC64TocIndirection()
636 return cast<ObjFile<ELF64LE>>(file)->getObj().getHeader().e_flags; in getEFlags()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1393 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1400 template void InputSection::writeTo<ELF64LE>(uint8_t *);
1405 template RelsOrRelas<ELF64LE> InputSectionBase::relsOrRelas<ELF64LE>() const;
1412 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1413 const ELF64LE::Shdr &, StringRef);
1421 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1422 const ELF64LE::Shdr &, StringRef);
1428 template void EhInputSection::split<ELF64LE>();
H A DInputFiles.cpp48 extern template void ObjFile<ELF64LE>::importCmseSymbols();
330 extern template void ObjFile<ELF64LE>::importCmseSymbols();
379 return getSrcMsgAux(cast<ObjFile<ELF64LE>>(*this), sym, sec, offset); in getSrcMsg()
515 init<ELF64LE>(fileKind); in init()
1294 return isNonCommonDef<ELF64LE>(ELF64LEKind, mb, symName, archiveName); in isNonCommonDef()
1812 f = make<ObjFile<ELF64LE>>(ELF64LEKind, mb, archiveName); in createObjFile()
1859 template class elf::ObjFile<ELF64LE>;
1864 template void SharedFile::parse<ELF64LE>();
H A DOutputSections.cpp776 template void OutputSection::writeHeaderTo<ELF64LE>(ELF64LE::Shdr *Shdr);
783 template void OutputSection::writeTo<ELF64LE>(uint8_t *,
790 template void OutputSection::maybeCompress<ELF64LE>();
H A DSyntheticSections.cpp499 addSectionAux<ELF64LE>(sec); in finalizeContents()
3998 template void elf::splitSections<ELF64LE>();
4003 template class elf::MipsAbiFlagsSection<ELF64LE>;
4008 template class elf::MipsOptionsSection<ELF64LE>;
4022 template class elf::MipsReginfoSection<ELF64LE>;
4027 template class elf::DynamicSection<ELF64LE>;
4032 template class elf::RelocationSection<ELF64LE>;
4042 template class elf::RelrSection<ELF64LE>;
4047 template class elf::SymbolTableSection<ELF64LE>;
4052 template class elf::VersionNeedSection<ELF64LE>;
[all …]
H A DDWARF.cpp146 template class elf::LLDDwarfObj<ELF64LE>;
H A DTarget.cpp74 return getMipsTargetInfo<ELF64LE>(); in getTarget()
H A DMarkLive.cpp390 template void elf::markLive<ELF64LE>();
H A DTarget.h333 f<llvm::object::ELF64LE>(__VA_ARGS__); \
H A DICF.cpp588 template void elf::doIcf<ELF64LE>();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp61 if (auto *O = dyn_cast<ELFObjectFile<ELF64LE>>(Obj)) in getBuildID()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp324 } else if (isa<ELFObjectFile<ELF64LE>>(&InputFile)) { in addSectionsFromLinkedData()
325 Expected<ELFObjectFile<ELF64LE>> MemFile = ELFObjectFile<ELF64LE>::create( in addSectionsFromLinkedData()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp166 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getELFRelocationValueString() local
167 return getRelocationValueString(ELF64LE, Rel, Result); in getELFRelocationValueString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp700 } else if (auto Obj = dyn_cast<ELFObjectFile<ELF64LE>>(Bin)) { in readELFFile()
725 return writeELFBinaryToFile<ELF64LE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp140 if (isa<ELFObjectFile<ELF64LE>>(Bin)) in getOutputElfType()
166 return std::make_unique<ELFWriter<ELF64LE>>(Obj, Out, !Config.StripSections, in createELFWriter()
H A DELFObject.cpp550 size_t ChdrSize = Is64Bits ? sizeof(object::Elf_Chdr_Impl<object::ELF64LE>) in CompressedSection()
1963 } else if (auto *O = dyn_cast<ELFObjectFile<ELF64LE>>(Bin)) { in create()
1964 ELFBuilder<ELF64LE> Builder(*O, *Obj, ExtractPartition); in create()
2820 template class ELFBuilder<ELF64LE>;
2825 template class ELFWriter<ELF64LE>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp313 return CreateArchType<ELF64LE>(Buffer, Ctx.getMemoryManager(), in Create()

12