Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h55 static const bool Is64Bits = Is64; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp522 bool Is64Bits = MI.getOpcode() != X86::TLS_addr32 && LowerTlsAddr() local
856 bool Is64Bits = Subtarget->is64Bit(); LowerFENTRY_CALL() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1057 bool Is64Bits; global() variable
H A DELFObject.cpp543 CompressedSection(const SectionBase & Sec,DebugCompressionType CompressionType,bool Is64Bits) CompressedSection() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp526 printRelocation(formatted_raw_ostream & OS,StringRef FileName,const RelocationRef & Rel,uint64_t Address,bool Is64Bits) printRelocation() argument
1554 bool Is64Bits = Obj.getBytesInAddress() > 4; disassembleObject() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1254 bool Is64Bits, uint32_t UniversalCputype, in create() argument