/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFObjectWriter.cpp | 39 bool recordRelocation(const MCFixup &) const override; 95 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { 96 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { recordRelocation() function in ARMWinCOFFObjectWriter
|
H A D | ARMMachObjectWriter.cpp | 50 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 360 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation() function in ARMMachObjectWriter
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCWinCOFFObjectWriter.h | 43 virtual bool recordRelocation(const MCFixup &) const { return true; } in recordRelocation() function 71 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
|
H A D | MCSPIRVObjectWriter.h | 49 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation() function
|
H A D | MCMachObjectWriter.h | 78 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 331 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
|
H A D | MCObjectWriter.h | 76 virtual void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
|
H A D | MCELFObjectWriter.h | 188 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64WinCOFFObjectWriter.cpp | 44 bool recordRelocation(const MCFixup &) const override; 160 bool AArch64WinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in AArch64WinCOFFObjectWriter
|
H A D | AArch64MachObjectWriter.cpp | 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 148 void AArch64MachObjectWriter::recordRelocation( in recordRelocation() function in AArch64MachObjectWriter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 246 Asm.getWriter().recordRelocation(Asm, &AF, Fixup, Value, FixedValue); in shouldInsertFixupForCodeAlign() 504 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations() 505 Asm.getWriter().recordRelocation(Assembler, &F, FB, B, FixedValueB); in handleAddSubRelocations()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 619 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations() 620 Asm.getWriter().recordRelocation(Assembler, &F, FB, B, FixedValueB); in handleAddSubRelocations() 705 Asm.getWriter().recordRelocation(Asm, &AF, Fixup, NopBytes, FixedValue); in shouldInsertFixupForCodeAlign()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 163 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, 824 void WinCOFFWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WinCOFFWriter 970 if (OWriter.TargetObjectWriter->recordRelocation(Fixup)) in recordRelocation() 1182 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WinCOFFObjectWriter 1188 ObjWriter->recordRelocation(Asm, Fragment, Fixup, Target, FixedValue); in recordRelocation()
|
H A D | MCDXContainerWriter.cpp | 37 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation() function in __anona3e08e5b0111::DXContainerObjectWriter
|
H A D | GOFFObjectWriter.cpp | 238 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation() function in __anonc8770be50111::GOFFObjectWriter
|
H A D | MachObjectWriter.cpp | 506 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in MachObjectWriter 516 TargetObjectWriter->recordRelocation(this, Asm, Fragment, Fixup, Target, in recordRelocation()
|
H A D | XCOFFObjectWriter.cpp | 354 void recordRelocation(MCAssembler &, const MCFragment *, const MCFixup &, 660 void XCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in __anon43032e790111::XCOFFObjectWriter
|
H A D | WasmObjectWriter.cpp | 295 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, 466 // in recordRelocation. in executePostLayoutBinding() 479 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WasmObjectWriter 1116 // should already be sorted since `recordRelocation` is called in offset in writeRelocSection()
|
H A D | MCAssembler.cpp | 904 getWriter().recordRelocation(*this, &F, Fixup, Target, FixedValue); in handleFixup()
|
H A D | ELFObjectWriter.cpp | 1334 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in ELFObjectWriter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 55 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anond548eb730111::X86MachObjectWriter
|