Home
last modified time | relevance | path

Searched refs:abiVersion (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp113 uint8_t abiVersion = cast<ObjFile<ELF64LE>>(ctx.objectFiles[0]) in calcEFlags() local
117 switch (abiVersion) { in calcEFlags()
125 error("unknown abi version: " + Twine(abiVersion)); in calcEFlags()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h130 uint8_t abiVersion = 0; variable
H A DInputFiles.cpp533 abiVersion = obj.getHeader().e_ident[llvm::ELF::EI_ABIVERSION]; in init()
H A DSyntheticSections.cpp3733 uint8_t ver = ctx.objectFiles[0]->abiVersion; in getAbiVersion()
3735 if (file->abiVersion != ver) in getAbiVersion()