Home
last modified time | relevance | path

Searched defs:is64Bit (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
83 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcTargetMachine.h25 bool is64Bit; variable
HDSparcSubtarget.cpp51 bool is64Bit) in SparcSubtarget()
HDSparcSubtarget.h83 bool is64Bit() const { return Is64Bit; } in is64Bit() function
HDSparcTargetMachine.cpp38 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
HDMCWasmObjectWriter.h43 bool is64Bit() const { return Is64Bit; } in is64Bit() function
HDMCMachObjectWriter.h66 bool is64Bit() const { return Is64Bit; } in is64Bit() function
264 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
HDMCELFObjectWriter.h110 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCAsmInfo.cpp20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXTargetMachine.h46 bool is64Bit() const { return is64bit; } in is64Bit() function
HDNVPTXTargetMachine.cpp112 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDTapiFile.h53 bool is64Bit() const override { return MachO::is64Bit(Arch); } in is64Bit() function
HDIRObjectFile.h40 bool is64Bit() const override { in is64Bit() function
HDGOFFObjectFile.h68 bool is64Bit() const override { in is64Bit() function
HDCOFFImportFile.h69 bool is64Bit() const override { return false; } in is64Bit() function
HDWasm.h172 bool is64Bit() const override { return false; } in is64Bit() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchSubtarget.h94 bool is64Bit() const { return HasLA64; } in is64Bit() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDArchitecture.cpp78 bool is64Bit(Architecture Arch) { in is64Bit() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetMachine.cpp154 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOEmitter.cpp69 bool is64Bit; member in __anone811fa840111::MachOWriter
727 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
HDCOFFEmitter.cpp50 bool is64Bit() const { return COFF::is64Bit(Obj.Header.Machine); } in is64Bit() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDRISCVTargetParser.cpp36 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVSubtarget.h165 bool is64Bit() const { return IsRV64; } in is64Bit() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetMachine.cpp176 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local

12