Searched defs:Is64Bits (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h54 static const bool Is64Bits = Is64; member in struct:llvm::object::ELFType
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp673 printRelocation(StringRef FileName, const RelocationRef &Rel, uint64_t Address, bool Is64Bits) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp932 bool Is64Bits = MI.getOpcode() == X86::TLS_addr64 || local
1288 bool Is64Bits = Subtarget->is64Bit(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1245 create(MemoryBufferRef Object, bool IsLittleEndian, bool Is64Bits, uint32_t UniversalCputype, uint32_t UniversalIndex) argument

Completed in 210 milliseconds