Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp68 const object::coff_relocation *COFFRel = getObject().getCOFFRelocation(Rel); in addSingleRelocation()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp199 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h975 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1257 COFFObjectFile::getCOFFRelocation(const RelocationRef &Reloc) const { in getCOFFRelocation() function in COFFObjectFile