Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp68 const object::coff_relocation *COFFRel = getObject().getCOFFRelocation(Rel); in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1037 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1294 COFFObjectFile::getCOFFRelocation(const RelocationRef &Reloc) const { in getCOFFRelocation() function in COFFObjectFile