Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h25 bool is64Bit; variable
H A DSparcSubtarget.cpp51 bool is64Bit) in SparcSubtarget()
H A DSparcSubtarget.h83 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DSparcTargetMachine.cpp38 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DMCMachObjectWriter.h63 bool is64Bit() const { return Is64Bit; } is64Bit() function
172 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } is64Bit() function
H A DMCWasmObjectWriter.h43 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DMCELFObjectWriter.h103 bool is64Bit() const { return Is64Bit; } is64Bit() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h48 bool is64Bit() const { return is64bit; } is64Bit() function
H A DNVPTXTargetMachine.cpp111 computeDataLayout(bool is64Bit,bool UseShortPointers) computeDataLayout() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h53 bool is64Bit() const override { return MachO::is64Bit(Arch); } in is64Bit() function
H A DIRObjectFile.h40 bool is64Bit() const override { in is64Bit() function
H A DCOFFImportFile.h87 bool is64Bit() const override { return false; } is64Bit() function
H A DGOFFObjectFile.h65 bool is64Bit() const override { is64Bit() function
H A DWasm.h168 bool is64Bit() const override { return false; } is64Bit() function
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp78 bool is64Bit(Architecture Arch) { in is64Bit() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h95 bool is64Bit() const { return HasLA64; } is64Bit() function
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp32 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } is64Bit() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h163 bool is64Bit() const { return IsRV64; } is64Bit() function
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp69 bool is64Bit; member in __anone2660edd0111::MachOWriter
727 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp172 bool is64Bit = TT.getArch() == Triple::x86_64; getEffectiveRelocModel() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp223 bool is64Bit() const { return COFF::is64Bit(NativeMachine); } is64Bit() function in llvm::object::__anon1ff769610211::ObjectFactory
[all...]

12