Searched refs:coff_relocation (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp358 reinterpret_cast<const coff_relocation*>(
760 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
761 return reinterpret_cast<const coff_relocation*>(Rel.p);
766 reinterpret_cast<const coff_relocation*>(Rel.p) + 1);
780 const coff_relocation* R = toRel(Rel);
787 const coff_relocation* R = toRel(Rel);
800 const coff_relocation *COFFObjectFile::getCOFFRelocation(
810 const coff_relocation *reloc = toRel(Rel);
864 const coff_relocation *reloc = toRel(Rel);
/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h201 struct coff_relocation { struct in namespace:llvm::object
240 const coff_relocation *toRel(DataRefImpl Rel) const;
308 const coff_relocation *getCOFFRelocation(relocation_iterator &It) const;

Completed in 103 milliseconds