/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCAsmInfo.cpp | 17 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { in PPCMCAsmInfoDarwin() 33 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { in PPCLinuxMCAsmInfo()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.h | 26 bool is64Bit; variable
|
D | PPCSubtarget.cpp | 66 const std::string &FS, bool is64Bit) in PPCSubtarget()
|
D | PPCJITInfo.cpp | 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt() 296 bool is64Bit) { in PPCCompilationCallbackC()
|
D | PPCTargetMachine.cpp | 57 Reloc::Model RM, bool is64Bit) in PPCTargetMachine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcSubtarget.cpp | 25 const std::string &FS, bool is64Bit) : in SparcSubtarget()
|
D | SparcSubtarget.h | 44 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 34 bool is64Bit() { return Is64Bit; } in is64Bit() function
|
D | MCMachObjectWriter.h | 51 bool is64Bit() const { return Is64Bit; } in is64Bit() function 142 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
/external/llvm/lib/Target/PTX/ |
D | PTXSubtarget.cpp | 26 const std::string &FS, bool is64Bit) in PTXSubtarget()
|
D | PTXTargetMachine.cpp | 53 Reloc::Model RM, bool is64Bit) in PTXTargetMachine()
|
D | PTXSubtarget.h | 92 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/external/llvm/test/Scripts/ |
D | macho-dumpx | 136 def dumpSegmentLoadCommand(f, opts, is64Bit): argument 237 def dumpSection(f, i, opts, is64Bit): argument
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 52 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
|
D | X86MCTargetDesc.cpp | 305 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/ |
D | MachOObject.h | 100 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 240 unsigned StackAlignOverride, bool is64Bit) in X86Subtarget()
|
D | X86AsmBackend.cpp | 61 X86ELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, in X86ELFObjectWriter() 352 WindowsX86AsmBackend(const Target &T, bool is64Bit) in WindowsX86AsmBackend()
|
D | X86TargetMachine.cpp | 100 Reloc::Model RM, bool is64Bit) in X86TargetMachine()
|
D | X86RegisterInfo.cpp | 468 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/ |
D | TargetELFWriterInfo.h | 31 bool is64Bit, isLittleEndian; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | BinaryObject.h | 40 BinaryObject(bool isLittleEndian, bool is64Bit) in BinaryObject() 43 BinaryObject(const std::string &name, bool isLittleEndian, bool is64Bit) in BinaryObject()
|
/external/llvm/lib/CodeGen/ |
D | ELF.h | 193 ELFSection(const std::string &name, bool isLittleEndian, bool is64Bit) in ELFSection() 209 uint64_t getInfo(bool is64Bit) const { in getInfo()
|
D | ELFWriter.h | 102 bool is64Bit, isLittleEndian; variable
|
/external/llvm/include/llvm/Support/ |
D | OutputBuffer.h | 29 bool is64Bit, isLittleEndian; variable
|