Searched refs:Is64Bits (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 54 static const bool Is64Bits = Is64; member 349 using intX_t = typename std::conditional<ELFT::Is64Bits, 351 using uintX_t = typename std::conditional<ELFT::Is64Bits,
|
D | MachO.h | 272 create(MemoryBufferRef Object, bool IsLittleEndian, bool Is64Bits, 651 MachOObjectFile(MemoryBufferRef Object, bool IsLittleEndian, bool Is64Bits,
|
D | ELFObjectFile.h | 436 ELFT::Is64Bits); in classof() 992 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile() 1052 return ELFT::Is64Bits ? 8 : 4; in getBytesInAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 932 bool Is64Bits = MI.getOpcode() == X86::TLS_addr64 || in LowerTlsAddr() local 963 if (Is64Bits) { in LowerTlsAddr() 1288 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() local 1295 MCInstBuilder(Is64Bits ? X86::CALL64pcrel32 : X86::CALLpcrel32) in LowerFENTRY_CALL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 281 Header.e_ident[EI_CLASS] = ELFT::Is64Bits ? ELFCLASS64 : ELFCLASS32; in writeELFHeader() 850 if (!ELFT::Is64Bits && E > UINT32_MAX) in writeSectionContent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1246 bool Is64Bits, uint32_t UniversalCputype, in create() argument 1251 Is64Bits, Err, UniversalCputype, in create()
|