/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; X86ELFMCAsmInfo() local
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 25 bool is64Bit; global() variable
|
H A D | SparcSubtarget.cpp | 51 SparcSubtarget(const StringRef & CPU,const StringRef & TuneCPU,const StringRef & FS,const TargetMachine & TM,bool is64Bit) SparcSubtarget() argument
|
H A D | SparcSubtarget.h | 83 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
H A D | SparcTargetMachine.cpp | 38 computeDataLayout(const Triple & T,bool is64Bit) computeDataLayout() argument
|
/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 | 63 bool is64Bit() const { return Is64Bit; } is64Bit() function 200 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } is64Bit() function
|
H A D | MCELFObjectWriter.h | 103 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCAsmInfo.cpp | 20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
|
/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 | 111 computeDataLayout(bool is64Bit,bool UseShortPointers) computeDataLayout() argument
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | TapiFile.h | 53 bool is64Bit() const override { return MachO::is64Bit(Arch); } in is64Bit() function
|
H A D | IRObjectFile.h | 40 bool is64Bit() const override { in is64Bit() function
|
H A D | GOFFObjectFile.h | 68 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 | Wasm.h | 172 bool is64Bit() const override { return false; } in is64Bit() function
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchSubtarget.h | 94 bool is64Bit() const { return HasLA64; } in is64Bit() function
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 78 bool is64Bit(Architecture Arch) { in is64Bit() function
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 33 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } is64Bit() function
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 154 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; getDataLayoutString() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSubtarget.h | 165 bool is64Bit() const { return IsRV64; } is64Bit() function
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 727 if (is64Bit) in writeFatArchs() local 69 bool is64Bit; global() member in __anon5497b41e0111::MachOWriter
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 176 bool is64Bit = TT.getArch() == Triple::x86_64; getEffectiveRelocModel() local
|
/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 244 bool is64Bit() const { return COFF::is64Bit(NativeMachine); } is64Bit() function in llvm::object::__anon674cca620211::ObjectFactory [all...] |