Home
last modified time | relevance | path

Searched refs:getPCRelReloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp39 unsigned getPCRelReloc(SMLoc Loc, unsigned Kind) const;
76 unsigned SystemZELFObjectWriter::getPCRelReloc(SMLoc Loc, unsigned Kind) const { in getPCRelReloc() function in SystemZELFObjectWriter
124 return getPCRelReloc(Loc, Kind); in getRelocType()
H A DSystemZMCObjectWriter.cpp