Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp132 uint8_t abiVersion = cast<ObjFile<ELF64LE>>(ctx.objectFiles[0]) in calcEFlags() local
136 switch (abiVersion) { in calcEFlags()
146 error("unknown abi version: " + Twine(abiVersion)); in calcEFlags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h143 uint8_t abiVersion = 0; variable
H A DInputFiles.cpp556 abiVersion = obj.getHeader().e_ident[llvm::ELF::EI_ABIVERSION]; in init()
H A DSyntheticSections.cpp4352 uint8_t ver = ctx.objectFiles[0]->abiVersion; in getAbiVersion()
4354 if (file->abiVersion != ver) in getAbiVersion()