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

  /external/llvm/include/llvm/Object/
COFF.h 75 struct coff_relocation { struct in namespace:llvm::object
103 const coff_relocation *toRel(DataRefImpl Rel) const;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 418 reinterpret_cast<const coff_relocation*>(
602 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
603 return reinterpret_cast<const coff_relocation*>(Rel.p);
608 reinterpret_cast<const coff_relocation*>(Rel.p) + 1);
619 const coff_relocation* R = toRel(Rel);
627 const coff_relocation* R = toRel(Rel);
637 const coff_relocation *reloc = toRel(Rel);
696 const coff_relocation *reloc = toRel(Rel);

Completed in 173 milliseconds