/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUELFObjectWriter.cpp | 21 AMDGPUELFObjectWriter(bool Is64Bit, bool HasRelocationAddend); 31 bool HasRelocationAddend) in AMDGPUELFObjectWriter() argument 35 HasRelocationAddend) { } in AMDGPUELFObjectWriter() 68 bool HasRelocationAddend, in createAMDGPUELFObjectWriter() argument 71 new AMDGPUELFObjectWriter(Is64Bit, HasRelocationAddend); in createAMDGPUELFObjectWriter()
|
D | AMDGPUAsmBackend.cpp | 158 bool HasRelocationAddend; member in __anonb7cf94e10211::ELFAMDGPUAsmBackend 163 HasRelocationAddend(TT.getOS() == Triple::AMDHSA) { } in ELFAMDGPUAsmBackend() 166 return createAMDGPUELFObjectWriter(Is64Bit, HasRelocationAddend, OS); in createObjectWriter()
|
D | AMDGPUMCTargetDesc.h | 50 bool HasRelocationAddend,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUELFObjectWriter.cpp | 26 AMDGPUELFObjectWriter(bool Is64Bit, uint8_t OSABI, bool HasRelocationAddend); 38 bool HasRelocationAddend) in AMDGPUELFObjectWriter() argument 40 HasRelocationAddend) {} in AMDGPUELFObjectWriter() 89 bool HasRelocationAddend) { in createAMDGPUELFObjectWriter() argument 91 HasRelocationAddend); in createAMDGPUELFObjectWriter()
|
D | AMDGPUAsmBackend.cpp | 174 bool HasRelocationAddend; member in __anona4f0f8190211::ELFAMDGPUAsmBackend 180 HasRelocationAddend(TT.getOS() == Triple::AMDHSA) { in ELFAMDGPUAsmBackend() 198 return createAMDGPUELFObjectWriter(Is64Bit, OSABI, HasRelocationAddend); in createObjectTargetWriter()
|
D | AMDGPUMCTargetDesc.h | 56 bool HasRelocationAddend);
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 56 const unsigned HasRelocationAddend : 1; variable 63 uint16_t EMachine_, bool HasRelocationAddend, 94 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCELFObjectWriter.h | 20 const unsigned HasRelocationAddend : 1; variable 33 bool hasRelocationAddend() { return HasRelocationAddend; } in hasRelocationAddend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 57 const unsigned HasRelocationAddend : 1; variable 62 bool HasRelocationAddend); 97 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 23 bool HasRelocationAddend) in MipsELFObjectWriter() argument 25 HasRelocationAddend) {} in MipsELFObjectWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 59 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64); 214 bool HasRelocationAddend, bool Is64) in MipsELFObjectWriter() argument 215 : MCELFObjectTargetWriter(Is64, OSABI, ELF::EM_MIPS, HasRelocationAddend) {} in MipsELFObjectWriter() 682 bool HasRelocationAddend = TT.isArch64Bit(); in createMipsELFObjectWriter() local 683 return llvm::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 63 bool HasRelocationAddend, bool isLittleEndian) in PPCELFObjectWriter() argument 64 : MCELFObjectTargetWriter(Is64Bit, OSType, EMachine, HasRelocationAddend) {} in PPCELFObjectWriter()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 19 HasRelocationAddend(HasRelocationAddend_), Is64Bit(Is64Bit_) { in MCELFObjectTargetWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 18 HasRelocationAddend(HasRelocationAddend_), Is64Bit(Is64Bit_) {} in MCELFObjectTargetWriter()
|
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 23 HasRelocationAddend(HasRelocationAddend_), Is64Bit(Is64Bit_), in MCELFObjectTargetWriter()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 61 bool HasRelocationAddend) in X86ELFObjectWriter() argument 62 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine, HasRelocationAddend) {} in X86ELFObjectWriter()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 68 bool HasRelocationAddend, bool foobar) in X86ELFObjectWriter() argument 69 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {} in X86ELFObjectWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 66 bool HasRelocationAddend, bool foobar) in X86ELFObjectWriter() argument 67 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {} in X86ELFObjectWriter()
|