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

/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DAMDGPU.cpp112 uint8_t abiVersion = cast<ObjFile<ELF64LE>>(ctx.objectFiles[0])
116 switch (abiVersion) {
124 error("unknown abi version: " + Twine(abiVersion));
/openbsd-current/gnu/llvm/lld/ELF/
H A DInputFiles.h122 uint8_t abiVersion = 0; member in class:lld::elf::InputFile
H A DInputFiles.cpp504 abiVersion = obj.getHeader().e_ident[llvm::ELF::EI_ABIVERSION];
H A DSyntheticSections.cpp3704 uint8_t ver = ctx.objectFiles[0]->abiVersion;
3706 if (file->abiVersion != ver)

Completed in 196 milliseconds