Home
last modified time | relevance | path

Searched refs:recordRelocation (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp35 bool recordRelocation(const MCFixup &) const override;
79 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in __anon547c867c0111::ARMWinCOFFObjectWriter
/external/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h35 virtual bool recordRelocation(const MCFixup &) const { return true; } in recordRelocation() function
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp803 if (TargetObjectWriter->recordRelocation(Fixup)) in RecordRelocation()