Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h130 uint64_t TargetOffset = -1; in processRelocationRef() local
134 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef()
144 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
164 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
171 TargetOffset, 0, 0, false, 0); in processRelocationRef()
183 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
190 TargetOffset, 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
198 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.h227 uint64_t TargetOffset = 0; in processRelocationRef() local
232 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
241 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
281 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h187 uint64_t TargetOffset = -1; in processRelocationRef() local
191 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
201 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
263 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h558 uint64_t TargetOffset = in applyFixup() local
566 uint32_t Imm = (TargetOffset >> ImmShift) & 0xffff; in applyFixup()
656 uint64_t TargetOffset = in applyFixup() local
662 if (TargetOffset & ((1 << ImmShift) - 1)) in applyFixup()
665 uint32_t EncodedImm = (TargetOffset >> ImmShift) << 10; in applyFixup()
672 uint64_t TargetOffset = in applyFixup() local
675 if (TargetOffset > 0x7fff) in applyFixup()
680 if (TargetOffset & ((1 << ImmShift) - 1)) in applyFixup()
683 uint32_t EncodedImm = (TargetOffset >> ImmShift) << 10; in applyFixup()
H A Dloongarch.h435 uint64_t TargetOffset = (TargetAddress + Addend) & 0xfff; in applyFixup() local
438 uint32_t Imm11_0 = TargetOffset << 10; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp118 Value <<= Info.TargetOffset; in applyFixup()
121 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILCBufferAccess.cpp127 size_t TargetOffset = MemberOffset + Offset; in loadValue() local
130 unsigned int CurrentRow = TargetOffset / hlsl::CBufferRowSizeInBytes; in loadValue()
132 (TargetOffset % hlsl::CBufferRowSizeInBytes) / Intrin.EltSize; in loadValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp251 Info.TargetOffset = 32 - Info.TargetOffset - Info.TargetSize; in getFixupKindInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp439 const uint64_t TargetOffset = Address.Address;
441 SecInfo, [=](const T &Entry) { return Entry.InsnOffset < TargetOffset; });
274 const uint64_t TargetOffset = Address.Address; findLineInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp97 Value <<= Info.TargetOffset; in applyFixup()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h49 uint8_t TargetOffset; member
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp173 Value <<= Info.TargetOffset; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp394 unsigned NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
398 Value <<= Info.TargetOffset; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp166 Value <<= Info.TargetOffset; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp167 Value <<= Info.TargetOffset; in applyFixup()
170 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp148 Value <<= Info.TargetOffset; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp901 Value <<= Info.TargetOffset; in applyFixup()
904 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp803 uint64_t TargetOffset = (Value + Addend) & 0xfff; in resolveLoongArch64Relocation() local
805 uint32_t Imm11_0 = TargetOffset << 10; in resolveLoongArch64Relocation()
1503 uint64_t TargetOffset; in resolveAArch64ShortBranch() local
1515 TargetOffset = SymInfo.getOffset(); in resolveAArch64ShortBranch()
1518 TargetOffset = 0; in resolveAArch64ShortBranch()
1531 if (!isInt<28>(TargetOffset + Value.Addend - SourceOffset)) in resolveAArch64ShortBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp461 Value <<= Info.TargetOffset; in applyFixup()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp329 IO.mapRequired("TargetOff", Symbol.TargetOffset); in map()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h99 uint32_t TargetOffset = 0; variable

12