Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1149 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel() function in COFFObjectFile
1159 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1164 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1178 const coff_relocation* R = toRel(Rel); in getRelocationType()
1201 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
1312 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h833 const coff_relocation *toRel(DataRefImpl Rel) const;