Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp357 auto begin = reinterpret_cast<const coff_relocation*>( in section_rel_begin()
376 auto *FirstReloc = reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
389 auto begin = reinterpret_cast<const coff_relocation*>( in section_rel_end()
851 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
852 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
857 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
872 const coff_relocation* R = toRel(Rel); in getRelocationSymbol()
880 const coff_relocation* R = toRel(Rel); in getRelocationType()
895 const coff_relocation *
908 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h262 struct coff_relocation { struct
360 const coff_relocation *toRel(DataRefImpl Rel) const;
433 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp68 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()