Home
last modified time | relevance | path

Searched defs:Is64Bits (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h56 static const bool Is64Bits = Is64; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp532 bool Is64Bits = getSubtarget().is64Bit(); in LowerTlsAddr() local
887 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1181 bool Is64Bits; variable
H A DELFObject.cpp562 bool Is64Bits) in CompressedSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp642 bool Is64Bits) { in printRelocation()
1691 bool Is64Bits = Obj.getBytesInAddress() > 4; in disassembleObject() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1254 bool Is64Bits, uint32_t UniversalCputype, in create()