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

/external/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,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp27 bool RecordScatteredRelocation(MachObjectWriter *Writer,
357 bool X86MachObjectWriter::RecordScatteredRelocation(MachObjectWriter *Writer, function in class:X86MachObjectWriter
522 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
538 // scattered if necessary (see comments in RecordScatteredRelocation()
541 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h220 void RecordScatteredRelocation(const MCAssembler &Asm,

Completed in 241 milliseconds