Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp17 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { in PPCMCAsmInfoDarwin()
33 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { in PPCLinuxMCAsmInfo()
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.h26 bool is64Bit; variable
DPPCSubtarget.cpp66 const std::string &FS, bool is64Bit) in PPCSubtarget()
DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt()
296 bool is64Bit) { in PPCCompilationCallbackC()
DPPCTargetMachine.cpp57 Reloc::Model RM, bool is64Bit) in PPCTargetMachine()
/external/llvm/lib/Target/Sparc/
DSparcSubtarget.cpp25 const std::string &FS, bool is64Bit) : in SparcSubtarget()
DSparcSubtarget.h44 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h34 bool is64Bit() { return Is64Bit; } in is64Bit() function
DMCMachObjectWriter.h51 bool is64Bit() const { return Is64Bit; } in is64Bit() function
142 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
/external/llvm/lib/Target/PTX/
DPTXSubtarget.cpp26 const std::string &FS, bool is64Bit) in PTXSubtarget()
DPTXTargetMachine.cpp53 Reloc::Model RM, bool is64Bit) in PTXTargetMachine()
DPTXSubtarget.h92 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/llvm/test/Scripts/
Dmacho-dumpx136 def dumpSegmentLoadCommand(f, opts, is64Bit): argument
237 def dumpSection(f, i, opts, is64Bit): argument
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp52 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
DX86MCTargetDesc.cpp305 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local
346 bool is64Bit = T.getArch() == Triple::x86_64; in createX86MCCodeGenInfo() local
/external/llvm/include/llvm/Object/
DMachOObject.h100 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp240 unsigned StackAlignOverride, bool is64Bit) in X86Subtarget()
DX86AsmBackend.cpp61 X86ELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, in X86ELFObjectWriter()
352 WindowsX86AsmBackend(const Target &T, bool is64Bit) in WindowsX86AsmBackend()
DX86TargetMachine.cpp100 Reloc::Model RM, bool is64Bit) in X86TargetMachine()
DX86RegisterInfo.cpp468 static unsigned getSUBriOpcode(unsigned is64Bit, int64_t Imm) { in getSUBriOpcode()
480 static unsigned getADDriOpcode(unsigned is64Bit, int64_t Imm) { in getADDriOpcode()
/external/llvm/include/llvm/Target/
DTargetELFWriterInfo.h31 bool is64Bit, isLittleEndian; variable
/external/llvm/include/llvm/CodeGen/
DBinaryObject.h40 BinaryObject(bool isLittleEndian, bool is64Bit) in BinaryObject()
43 BinaryObject(const std::string &name, bool isLittleEndian, bool is64Bit) in BinaryObject()
/external/llvm/lib/CodeGen/
DELF.h193 ELFSection(const std::string &name, bool isLittleEndian, bool is64Bit) in ELFSection()
209 uint64_t getInfo(bool is64Bit) const { in getInfo()
DELFWriter.h102 bool is64Bit, isLittleEndian; variable
/external/llvm/include/llvm/Support/
DOutputBuffer.h29 bool is64Bit, isLittleEndian; variable

12