Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp121 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()
/external/llvm/include/llvm/Object/
DCOFF.h763 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1101 COFFObjectFile::getCOFFRelocation(const RelocationRef &Reloc) const { in getCOFFRelocation() function in COFFObjectFile