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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h78 struct coff_relocation { struct in namespace:llvm::object
106 const coff_relocation *toRel(DataRefImpl Rel) const;
173 const coff_relocation *getCOFFRelocation(relocation_iterator &It) const;
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp412 reinterpret_cast<const coff_relocation*>(
684 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
685 return reinterpret_cast<const coff_relocation*>(Rel.p);
690 reinterpret_cast<const coff_relocation*>(Rel.p) + 1);
706 const coff_relocation* R = toRel(Rel);
714 const coff_relocation* R = toRel(Rel);
727 const coff_relocation *COFFObjectFile::getCOFFRelocation(
738 const coff_relocation *reloc = toRel(Rel);
797 const coff_relocation *reloc = toRel(Rel);
/macosx-10.10/llvmCore-3425.0.34/utils/obj2yaml/
H A Dcoff2yaml.cpp283 const llvm::object::coff_relocation *reloc = Obj.getCOFFRelocation(rIter);

Completed in 201 milliseconds