Home
last modified time | relevance | path

Searched refs:ID_ELF32B (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h63 ID_ELF32B, // ELF 32-bit, big endian enumerator
82 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
156 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp109 case ID_ELF32B: in LLVMBinaryGetType()