Searched defs:is64Bit (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCXCOFFObjectTargetWriter
H A DMCWasmObjectWriter.h41 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCWasmObjectTargetWriter
H A DMCELFObjectWriter.h104 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCELFObjectTargetWriter
H A DMCMachObjectWriter.h62 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCMachObjectTargetWriter
168 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } function in class:llvm::MachObjectWriter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp67 SparcSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM, bool is64Bit) argument
H A DSparcTargetMachine.h25 bool is64Bit; member in class:llvm::SparcTargetMachine
H A DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { argument
H A DSparcSubtarget.h107 bool is64Bit() const { return Is64Bit; } function in class:llvm::SparcSubtarget
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h48 bool is64Bit() const { return is64bit; } function in class:llvm::NVPTXTargetMachine
H A DNVPTXTargetMachine.cpp94 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; local
85 bool is64Bit = T.getArch() == Triple::x86_64; local
H A DX86MCTargetDesc.cpp325 bool is64Bit = TheTriple.getArch() == Triple::x86_64; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h90 bool is64Bit() const { return HasRV64; } function in class:llvm::RISCVSubtarget
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp127 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; local
H A DPPCRegisterInfo.cpp626 bool is64Bit = TM.isPPC64(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp163 bool is64Bit = TT.getArch() == Triple::x86_64; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp59 bool is64Bit; member in class:__anon1956::MachOWriter
554 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; local
H A DCOFFEmitter.cpp50 bool is64Bit() const { function in struct:__anon1946::COFFParser
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h303 bool is64Bit() const { function in struct:llvm::objcopy::macho::Object
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp423 bool XCOFFObjectFile::is64Bit() const { function in class:llvm::object::XCOFFObjectFile
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp161 bool is64Bit() const { return Root->getType()->isIntegerTy(64); } function in class:__anon2166::Reduction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp421 ComputeLinkerOptionsLoadCommandSize( const std::vector<std::string> &Options, bool is64Bit) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp282 bool MachOLinkingContext::is64Bit(Arch arch) { function in class:lld::MachOLinkingContext
312 bool MachOLinkingContext::is64Bit() const { function in class:lld::MachOLinkingContext
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp101 bool is64Bit() const { function in class:__anon2391::SparcAsmParser

Completed in 165 milliseconds

12