/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 40 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 D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
H A D | MCWasmObjectWriter.h | 43 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
H A D | MCMachObjectWriter.h | 66 bool is64Bit() const { return Is64Bit; } in is64Bit() function 264 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
H A D | MCELFObjectWriter.h | 110 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 26 bool is64Bit; global() variable
|
H A D | SparcSubtarget.cpp | 47 SparcSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const TargetMachine & TM,bool is64Bit) SparcSubtarget() argument
|
H A D | SparcSubtarget.h | 75 bool is64Bit() const { return Is64Bit; } is64Bit() function
|
H A D | SparcTargetMachine.cpp | 38 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCAsmInfo.cpp | 21 PPCELFMCAsmInfo(bool is64Bit,const Triple & T) PPCELFMCAsmInfo() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.h | 46 bool is64Bit() const { return is64bit; } in is64Bit() function
|
H A D | NVPTXTargetMachine.cpp | 112 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | TapiFile.h | 56 bool is64Bit() const override { return MachO::is64Bit(Arch); } is64Bit() function
|
H A D | IRObjectFile.h | 40 bool is64Bit() const override { in is64Bit() function
|
H A D | COFFImportFile.h | 69 bool is64Bit() const override { return false; } in is64Bit() function
|
H A D | GOFFObjectFile.h | 68 bool is64Bit() const override { in is64Bit() function
|
H A D | Wasm.h | 172 bool is64Bit() const override { return false; } in is64Bit() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchSubtarget.h | 94 bool is64Bit() const { return HasLA64; } in is64Bit() function
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 78 bool is64Bit(Architecture Arch) { in is64Bit() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 154 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 68 bool is64Bit; global() member in __anon31ab8d4b0111::MachOWriter 726 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; writeFatArchs() local
|
H A D | COFFEmitter.cpp | 50 bool is64Bit() const { return COFF::is64Bit(Obj.Header.Machine); } in is64Bit() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSubtarget.h | 165 bool is64Bit() const { return IsRV64; } in is64Bit() function
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 36 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 176 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
|