HomeSort by relevance Sort by last modified time
    Searched refs:RecordRelocation (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
MCBitcodeInterceptor.h 53 /// RecordRelocation - record relocations
55 void RecordRelocation(const llvm::MCAssembler &Asm,
  /frameworks/compile/mclinker/lib/MC/
MCBitcodeInterceptor.cpp 55 void MCBitcodeInterceptor::RecordRelocation(const MCAssembler &Asm,
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 64 virtual void RecordRelocation(MachObjectWriter *Writer,
214 void RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout,
MCObjectWriter.h 74 virtual void RecordRelocation(const MCAssembler &Asm,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 55 void RecordRelocation(MachObjectWriter *Writer,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 50 void RecordRelocation(MachObjectWriter *Writer,
308 void ARMMachObjectWriter::RecordRelocation(MachObjectWriter *Writer,
  /external/llvm/lib/MC/
MachObjectWriter.cpp 354 void MachObjectWriter::RecordRelocation(const MCAssembler &Asm,
360 TargetObjectWriter->RecordRelocation(this, Asm, Layout, Fragment, Fixup,
WinCOFFObjectWriter.cpp 176 void RecordRelocation(const MCAssembler &Asm,
631 void WinCOFFObjectWriter::RecordRelocation(const MCAssembler &Asm,
ELFObjectWriter.cpp 253 virtual void RecordRelocation(const MCAssembler &Asm,
689 void ELFObjectWriter::RecordRelocation(const MCAssembler &Asm,
    [all...]
MCAssembler.cpp 556 getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 62 void RecordRelocation(MachObjectWriter *Writer,

Completed in 244 milliseconds