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

  /external/llvm/lib/Object/
COFFObjectFile.cpp 357 auto begin = reinterpret_cast<const coff_relocation*>(
376 auto *FirstReloc = reinterpret_cast<const coff_relocation*>(
389 auto begin = reinterpret_cast<const coff_relocation*>(
851 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
852 return reinterpret_cast<const coff_relocation*>(Rel.p);
857 reinterpret_cast<const coff_relocation*>(Rel.p) + 1);
872 const coff_relocation* R = toRel(Rel);
880 const coff_relocation* R = toRel(Rel);
895 const coff_relocation *
908 const coff_relocation *Reloc = toRel(Rel)
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 262 struct coff_relocation { struct in namespace:llvm::object
360 const coff_relocation *toRel(DataRefImpl Rel) const;
433 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 68 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc);

Completed in 382 milliseconds