/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFObjectWriter.cpp | 40 bool recordRelocation(const MCFixup &) const override; 96 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in ARMWinCOFFObjectWriter
|
H A D | ARMMachObjectWriter.cpp | 55 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 375 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation() function in ARMMachObjectWriter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64WinCOFFObjectWriter.cpp | 41 bool recordRelocation(const MCFixup &) const override; 153 bool AArch64WinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in AArch64WinCOFFObjectWriter
|
H A D | AArch64MachObjectWriter.cpp | 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 151 void AArch64MachObjectWriter::recordRelocation( in recordRelocation() function in AArch64MachObjectWriter
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 75 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 238 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
H A D | MCWinCOFFObjectWriter.h | 43 virtual bool recordRelocation(const MCFixup &) const { return true; } in recordRelocation() function
|
H A D | MCObjectWriter.h | 62 virtual void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 805 getWriter().recordRelocation(*this, Layout, &F, FixupAdd, TargetAdd, in handleFixup() 809 getWriter().recordRelocation(*this, Layout, &F, FixupSub, TargetSub, in handleFixup() 812 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, in handleFixup()
|
H A D | WinCOFFObjectWriter.cpp | 210 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 714 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WinCOFFObjectWriter 846 if (TargetObjectWriter->recordRelocation(Fixup)) in recordRelocation()
|
H A D | XCOFFObjectWriter.cpp | 201 void recordRelocation(MCAssembler &, const MCAsmLayout &, const MCFragment *, 408 void XCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in __anondc5f94440111::XCOFFObjectWriter
|
H A D | MachObjectWriter.cpp | 462 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in MachObjectWriter 473 TargetObjectWriter->recordRelocation(this, Asm, Layout, Fragment, Fixup, in recordRelocation()
|
H A D | ELFObjectWriter.cpp | 258 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 1417 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in ELFObjectWriter
|
H A D | WasmObjectWriter.cpp | 277 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 435 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WasmObjectWriter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 461 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anon362cf4de0111::X86MachObjectWriter
|