Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h56 static const bool Is64Bits = Is64; member
/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp532 bool Is64Bits = getSubtarget().is64Bit(); LowerTlsAddr() local
887 bool Is64Bits = Subtarget->is64Bit(); LowerFENTRY_CALL() local
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1176 bool Is64Bits; global() variable
H A DELFObject.cpp562 CompressedSection(const SectionBase & Sec,DebugCompressionType CompressionType,bool Is64Bits) CompressedSection() argument
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp642 printRelocation(formatted_raw_ostream & OS,StringRef FileName,const RelocationRef & Rel,uint64_t Address,bool Is64Bits) printRelocation() argument
1691 bool Is64Bits = Obj.getBytesInAddress() > 4; disassembleObject() local
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1254 bool Is64Bits, uint32_t UniversalCputype, in create() argument