Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1142 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel() function in COFFObjectFile
1152 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1157 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1171 const coff_relocation* R = toRel(Rel); in getRelocationType()
1194 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
1305 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h833 const coff_relocation *toRel(DataRefImpl Rel) const;