Home
last modified time | relevance | path

Searched refs:HasRelocationAddend (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp21 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()
H A DAMDGPUAsmBackend.cpp158 bool HasRelocationAddend; member in __anon549486d70211::ELFAMDGPUAsmBackend
163 HasRelocationAddend(TT.getOS() == Triple::AMDHSA) { } in ELFAMDGPUAsmBackend()
166 return createAMDGPUELFObjectWriter(Is64Bit, HasRelocationAddend, OS); in createObjectWriter()
H A DAMDGPUMCTargetDesc.h50 bool HasRelocationAddend,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp25 AMDGPUELFObjectWriter(bool Is64Bit, uint8_t OSABI, bool HasRelocationAddend,
38 bool HasRelocationAddend, in AMDGPUELFObjectWriter() argument
41 HasRelocationAddend, ABIVersion) {} in AMDGPUELFObjectWriter()
88 bool HasRelocationAddend, in createAMDGPUELFObjectWriter() argument
91 HasRelocationAddend, in createAMDGPUELFObjectWriter()
H A DAMDGPUAsmBackend.cpp201 bool HasRelocationAddend; member in __anon803cdc390211::ELFAMDGPUAsmBackend
208 HasRelocationAddend(TT.getOS() == Triple::AMDHSA), in ELFAMDGPUAsmBackend()
227 return createAMDGPUELFObjectWriter(Is64Bit, OSABI, HasRelocationAddend, in createObjectTargetWriter()
H A DAMDGPUMCTargetDesc.h52 bool HasRelocationAddend, uint8_t ABIVersion);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp21 AMDGPUELFObjectWriter(bool Is64Bit, uint8_t OSABI, bool HasRelocationAddend,
34 bool HasRelocationAddend, in AMDGPUELFObjectWriter() argument
37 HasRelocationAddend, ABIVersion) {} in AMDGPUELFObjectWriter()
99 bool HasRelocationAddend, in createAMDGPUELFObjectWriter() argument
102 HasRelocationAddend, in createAMDGPUELFObjectWriter()
H A DAMDGPUAsmBackend.cpp229 bool HasRelocationAddend; member in __anon0614707f0211::ELFAMDGPUAsmBackend
236 HasRelocationAddend(TT.getOS() == Triple::AMDHSA), in ELFAMDGPUAsmBackend()
255 return createAMDGPUELFObjectWriter(Is64Bit, OSABI, HasRelocationAddend, in createObjectTargetWriter()
H A DAMDGPUMCTargetDesc.h45 bool HasRelocationAddend, uint8_t ABIVersion);
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h56 const unsigned HasRelocationAddend : 1; variable
63 uint16_t EMachine_, bool HasRelocationAddend,
94 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp59 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()
669 bool HasRelocationAddend = TT.isArch64Bit(); in createMipsELFObjectWriter() local
670 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp59 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()
692 bool HasRelocationAddend = TT.isArch64Bit(); in createMipsELFObjectWriter() local
693 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCELFObjectWriter.h57 const unsigned HasRelocationAddend : 1; variable
102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCELFObjectWriter.h57 const unsigned HasRelocationAddend : 1; variable
102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCELFObjectWriter.h57 const unsigned HasRelocationAddend : 1; variable
102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h58 const unsigned HasRelocationAddend : 1; variable
103 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCELFObjectWriter.h57 const unsigned HasRelocationAddend : 1; variable
102 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h57 const unsigned HasRelocationAddend : 1; variable
104 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend()
/aosp_15_r20/external/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp23 HasRelocationAddend(HasRelocationAddend_), Is64Bit(Is64Bit_), in MCELFObjectTargetWriter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp18 HasRelocationAddend(HasRelocationAddend_), Is64Bit(Is64Bit_) {} in MCELFObjectTargetWriter()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp18 HasRelocationAddend(HasRelocationAddend_), Is64Bit(Is64Bit_) {} in MCELFObjectTargetWriter()
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp68 bool HasRelocationAddend, bool foobar) in X86ELFObjectWriter() argument
69 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {} in X86ELFObjectWriter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp108 bool HasRelocationAddend, bool foobar) in X86ELFObjectWriter() argument
109 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {} in X86ELFObjectWriter()