Home
last modified time | relevance | path

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

12

/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; X86ELFMCAsmInfo() local
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h25 bool is64Bit; global() variable
H A DSparcSubtarget.cpp51 SparcSubtarget(const StringRef & CPU,const StringRef & TuneCPU,const StringRef & FS,const TargetMachine & TM,bool is64Bit) SparcSubtarget() argument
H A DSparcSubtarget.h83 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DSparcTargetMachine.cpp38 computeDataLayout(const Triple & T,bool is64Bit) computeDataLayout() argument
/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.h63 bool is64Bit() const { return Is64Bit; } is64Bit() function
200 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } is64Bit() function
H A DMCELFObjectWriter.h103 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h46 bool is64Bit() const { return is64bit; } in is64Bit() function
H A DNVPTXTargetMachine.cpp111 computeDataLayout(bool is64Bit,bool UseShortPointers) computeDataLayout() argument
/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 DGOFFObjectFile.h68 bool is64Bit() const override { in is64Bit() function
H A DCOFFImportFile.h69 bool is64Bit() const override { return false; } in is64Bit() function
H A DWasm.h172 bool is64Bit() const override { return false; } in is64Bit() function
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h94 bool is64Bit() const { return HasLA64; } in is64Bit() function
/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp78 bool is64Bit(Architecture Arch) { in is64Bit() function
/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp33 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } is64Bit() function
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp154 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; getDataLayoutString() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h165 bool is64Bit() const { return IsRV64; } is64Bit() function
/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp727 if (is64Bit) in writeFatArchs() local
69 bool is64Bit; global() member in __anon5497b41e0111::MachOWriter
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp176 bool is64Bit = TT.getArch() == Triple::x86_64; getEffectiveRelocModel() local
/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp244 bool is64Bit() const { return COFF::is64Bit(NativeMachine); } is64Bit() function in llvm::object::__anon674cca620211::ObjectFactory
[all...]

12