Home
last modified time | relevance | path

Searched defs:HasRelocationAddend (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp34 bool HasRelocationAddend, in AMDGPUELFObjectWriter()
99 bool HasRelocationAddend, in createAMDGPUELFObjectWriter()
H A DAMDGPUAsmBackend.cpp229 bool HasRelocationAddend; member in __anon523ea3f60211::ELFAMDGPUAsmBackend
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp214 bool HasRelocationAddend, bool Is64) in MipsELFObjectWriter()
669 bool HasRelocationAddend = TT.isArch64Bit(); in createMipsELFObjectWriter() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h57 const unsigned HasRelocationAddend : 1; variable