Searched refs:FixupOffset (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 149 if (FixupOffset & 0xff000000) { in RecordARMScatteredHalfRelocation() 152 utohexstr(FixupOffset) + in RecordARMScatteredHalfRelocation() 243 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation() 262 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 264 if (FixupOffset & 0xff000000) { in RecordARMScatteredRelocation() 267 utohexstr(FixupOffset) + in RecordARMScatteredRelocation() 320 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation() 426 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local 471 MRE.r_word0 = FixupOffset; in recordRelocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 158 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local 166 FixupOffset += Fixup.getOffset(); in recordRelocation() 170 FixedValue += FixupOffset; in recordRelocation() 237 MRE.r_word0 = FixupOffset; in recordRelocation() 294 MRE.r_word0 = FixupOffset; in recordRelocation() 383 MRE.r_word0 = FixupOffset; in recordRelocation() 404 MRE.r_word0 = FixupOffset; in recordRelocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 111 uint32_t FixupOffset = in RecordX86_64Relocation() local 206 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 357 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 372 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local 419 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 421 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 446 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 453 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation() 550 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local 596 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_x86_64.cpp | 269 size_t FixupOffset = FixupAddress - BlockToFix->getAddress(); in addRelocations() local 306 if (FixupOffset < 3) in addRelocations() 308 formatv("{0}", FixupOffset)); in addRelocations() 325 if (FixupOffset < 3) in addRelocations() 327 formatv("{0}", FixupOffset)); in addRelocations()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 1397 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 1419 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 1464 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation() 1479 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 494 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 524 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 625 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/ |
| H A D | GSYMTest.cpp | 198 auto FixupOffset = FW.tell(); in TEST() local 202 FW.fixup32(4, FixupOffset); // Write an invalid InfoType enumeration value in TEST() 577 const off_t FixupOffset = FW.tell(); in TestFileWriterHelper() local 585 FW.fixup32(U32, FixupOffset); in TestFileWriterHelper()
|