Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1206 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel() function in COFFObjectFile
1216 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1221 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1235 const coff_relocation* R = toRel(Rel); in getRelocationType()
1258 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
1370 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h822 const coff_relocation *toRel(DataRefImpl Rel) const;