HomeSort by relevance Sort by last modified time
    Searched refs:coff_relocation (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 78 struct coff_relocation { struct in namespace:llvm::object
106 const coff_relocation *toRel(DataRefImpl Rel) const;
175 const coff_relocation *getCOFFRelocation(relocation_iterator &It) const;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 426 reinterpret_cast<const coff_relocation*>(
698 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
699 return reinterpret_cast<const coff_relocation*>(Rel.p);
704 reinterpret_cast<const coff_relocation*>(Rel.p) + 1);
720 const coff_relocation* R = toRel(Rel);
728 const coff_relocation* R = toRel(Rel);
741 const coff_relocation *COFFObjectFile::getCOFFRelocation(
752 const coff_relocation *reloc = toRel(Rel);
811 const coff_relocation *reloc = toRel(Rel);
  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 282 const llvm::object::coff_relocation *reloc = Obj.getCOFFRelocation(rIter);

Completed in 232 milliseconds