Searched defs:HasRelocationAddend (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp21 AMDGPUELFObjectWriter(bool Is64Bit, bool HasRelocationAddend);
31 bool HasRelocationAddend)
35 HasRelocationAddend) { }
68 bool HasRelocationAddend,
71 new AMDGPUELFObjectWriter(Is64Bit, HasRelocationAddend);
30 AMDGPUELFObjectWriter(bool Is64Bit, bool HasRelocationAddend) argument
67 createAMDGPUELFObjectWriter(bool Is64Bit, bool HasRelocationAddend, raw_pwrite_stream &OS) argument
H A DAMDGPUAsmBackend.cpp158 bool HasRelocationAddend; member in class:__anon12863::ELFAMDGPUAsmBackend
163 HasRelocationAddend(TT.getOS() == Triple::AMDHSA) { }
166 return createAMDGPUELFObjectWriter(Is64Bit, HasRelocationAddend, OS);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp23 bool HasRelocationAddend)
25 HasRelocationAddend) {}
22 MipsELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, bool HasRelocationAddend) argument
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp63 bool HasRelocationAddend, bool isLittleEndian)
64 : MCELFObjectTargetWriter(Is64Bit, OSType, EMachine, HasRelocationAddend) {}
62 PPCELFObjectWriter(bool Is64Bit, Triple::OSType OSType, uint16_t EMachine, bool HasRelocationAddend, bool isLittleEndian) argument
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp61 bool HasRelocationAddend)
62 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine, HasRelocationAddend) {}
60 X86ELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, bool HasRelocationAddend) argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp68 bool HasRelocationAddend, bool foobar)
69 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {}
67 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, bool HasRelocationAddend, bool foobar) argument

Completed in 152 milliseconds