Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1316 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel() function in COFFObjectFile
1326 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1331 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1345 const coff_relocation* R = toRel(Rel); in getRelocationType()
1368 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
1500 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h916 const coff_relocation *toRel(DataRefImpl Rel) const;