Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
83 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DMCWasmObjectWriter.h43 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DMCMachObjectWriter.h66 bool is64Bit() const { return Is64Bit; } in is64Bit() function
264 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
H A DMCELFObjectWriter.h110 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h26 bool is64Bit; global() variable
H A DSparcSubtarget.cpp47 SparcSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const TargetMachine & TM,bool is64Bit) SparcSubtarget() argument
H A DSparcSubtarget.h75 bool is64Bit() const { return Is64Bit; } is64Bit() function
H A DSparcTargetMachine.cpp38 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp21 PPCELFMCAsmInfo(bool is64Bit,const Triple & T) PPCELFMCAsmInfo() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h46 bool is64Bit() const { return is64bit; } in is64Bit() function
H A DNVPTXTargetMachine.cpp112 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h56 bool is64Bit() const override { return MachO::is64Bit(Arch); } is64Bit() function
H A DIRObjectFile.h40 bool is64Bit() const override { in is64Bit() function
H A DCOFFImportFile.h69 bool is64Bit() const override { return false; } in is64Bit() function
H A DGOFFObjectFile.h68 bool is64Bit() const override { in is64Bit() function
H A DWasm.h172 bool is64Bit() const override { return false; } in is64Bit() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h94 bool is64Bit() const { return HasLA64; } in is64Bit() function
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp78 bool is64Bit(Architecture Arch) { in is64Bit() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp154 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp68 bool is64Bit; global() member in __anon31ab8d4b0111::MachOWriter
726 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; writeFatArchs() local
H A DCOFFEmitter.cpp50 bool is64Bit() const { return COFF::is64Bit(Obj.Header.Machine); } in is64Bit() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h165 bool is64Bit() const { return IsRV64; } in is64Bit() function
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp36 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp176 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local

12