Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp38 unsigned getAbsoluteReloc(SMLoc Loc, unsigned Kind) const;
49 unsigned SystemZELFObjectWriter::getAbsoluteReloc(SMLoc Loc, in getAbsoluteReloc() function in SystemZELFObjectWriter
125 return getAbsoluteReloc(Loc, Kind); in getRelocType()
H A DSystemZMCObjectWriter.cpp