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

/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp427 reinterpret_cast<const coff_relocation*>(
737 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
738 return reinterpret_cast<const coff_relocation*>(Rel.p);
743 reinterpret_cast<const coff_relocation*>(Rel.p) + 1);
757 const coff_relocation* R = toRel(Rel);
764 const coff_relocation* R = toRel(Rel);
777 const coff_relocation *COFFObjectFile::getCOFFRelocation(
788 const coff_relocation *reloc = toRel(Rel);
842 const coff_relocation *reloc = toRel(Rel);
/external/llvm/include/llvm/Object/
H A DCOFF.h181 struct coff_relocation { struct in namespace:llvm::object
211 const coff_relocation *toRel(DataRefImpl Rel) const;
277 const coff_relocation *getCOFFRelocation(relocation_iterator &It) const;
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp72 const object::coff_relocation *reloc = Obj.getCOFFRelocation(rIter);

Completed in 2350 milliseconds