Searched refs:RecordScatteredRelocation (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp27 bool RecordScatteredRelocation(MachObjectWriter *Writer,
190 /// based on X86MachObjectWriter::RecordScatteredRelocation
191 /// and ARMMachObjectWriter::RecordScatteredRelocation
192 bool PPCMachObjectWriter::RecordScatteredRelocation( function in class:PPCMachObjectWriter
320 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp27 bool RecordScatteredRelocation(MachObjectWriter *Writer,
357 bool X86MachObjectWriter::RecordScatteredRelocation(MachObjectWriter *Writer, function in class:X86MachObjectWriter
518 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
534 // scattered if necessary (see comments in RecordScatteredRelocation()
537 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h219 void RecordScatteredRelocation(const MCAssembler &Asm,

Completed in 131 milliseconds