| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 130 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 D | RuntimeDyldCOFFI386.h | 62 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 D | RuntimeDyldCOFFX86_64.h | 227 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 D | RuntimeDyldCOFFAArch64.h | 175 uint64_t TargetOffset = -1; in processRelocationRef() local 179 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef() 189 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() 251 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | aarch64.h | 482 uint64_t TargetOffset = in applyFixup() local 490 uint32_t Imm = (TargetOffset >> ImmShift) & 0xffff; in applyFixup() 582 uint64_t TargetOffset = in applyFixup() local 588 if (TargetOffset & ((1 << ImmShift) - 1)) in applyFixup() 591 uint32_t EncodedImm = (TargetOffset >> ImmShift) << 10; in applyFixup()
|
| H A D | loongarch.h | 243 uint64_t TargetOffset = (TargetAddress + Addend) & 0xfff; in applyFixup() local 246 uint32_t Imm11_0 = TargetOffset << 10; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 137 Value <<= Info.TargetOffset; in applyFixup() 140 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFixupKindInfo.h | 38 unsigned TargetOffset; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 109 Value <<= Info.TargetOffset; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 217 Value <<= Info.TargetOffset; in applyFixup() 220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 392 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() 396 Value <<= Info.TargetOffset; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 203 Value <<= Info.TargetOffset; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaAsmBackend.cpp | 157 Value <<= Info.TargetOffset; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 169 Value <<= Info.TargetOffset; in applyFixup() 172 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 154 Value <<= Info.TargetOffset; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 650 Value <<= Info.TargetOffset; in applyFixup() 653 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
| H A D | BTFParser.cpp | 439 const uint64_t TargetOffset = Address.Address; in findInfo() local 441 SecInfo, [=](const T &Entry) { return Entry.InsnOffset < TargetOffset; }); in findInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 445 Value <<= Info.TargetOffset; in applyFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 150 W.printNumber("TargetOff", Tramp.TargetOffset); in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 330 IO.mapRequired("TargetOff", Symbol.TargetOffset); in map()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 98 uint32_t TargetOffset = 0; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 2310 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
|