Home
last modified time | relevance | path

Searched refs:TargetOffset (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h107 uint64_t TargetOffset = -1; in processRelocationRef() local
111 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef()
121 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
141 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
148 TargetOffset, 0, 0, false, 0); in processRelocationRef()
160 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
167 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
175 TargetOffset + Addend, true, 0); in processRelocationRef()
H A DRuntimeDyldCOFFI386.h62 uint64_t TargetOffset = -1; in processRelocationRef() local
65 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef()
75 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
118 TargetOffset, 0, 0, false, 0); in processRelocationRef()
130 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h220 uint64_t TargetOffset = 0; in processRelocationRef() local
225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
234 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
274 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h174 uint64_t TargetOffset = -1; in processRelocationRef() local
178 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
188 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
250 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h404 uint64_t TargetOffset = in applyFixup() local
412 uint32_t Imm = (TargetOffset >> ImmShift) & 0xffff; in applyFixup()
455 uint64_t TargetOffset = in applyFixup() local
461 if (TargetOffset & ((1 << ImmShift) - 1)) in applyFixup()
464 uint32_t EncodedImm = (TargetOffset >> ImmShift) << 10; in applyFixup()
H A Dloongarch.h243 uint64_t TargetOffset = (TargetAddress + Addend) & 0xfff; in applyFixup() local
246 uint32_t Imm11_0 = TargetOffset << 10; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp137 Value <<= Info.TargetOffset; in applyFixup()
140 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFixupKindInfo.h38 unsigned TargetOffset; member
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp151 Value <<= Info.TargetOffset; in applyFixup()
154 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp109 Value <<= Info.TargetOffset; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp217 Value <<= Info.TargetOffset; in applyFixup()
220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp392 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
396 Value <<= Info.TargetOffset; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp201 Value <<= Info.TargetOffset; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp156 Value <<= Info.TargetOffset; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp555 Value <<= Info.TargetOffset; in applyFixup()
558 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp153 Value <<= Info.TargetOffset; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp408 Value <<= Info.TargetOffset; in applyFixup()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp150 W.printNumber("TargetOff", Tramp.TargetOffset); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp319 IO.mapRequired("TargetOff", Symbol.TargetOffset); in map()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h98 uint32_t TargetOffset = 0; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp2241 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()