Searched refs:getFirstReloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp363 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { function
382 const coff_relocation *begin = getFirstReloc(Sec, Data, base());
392 const coff_relocation *I = getFirstReloc(Sec, Data, base());
1173 return {getFirstReloc(Sec, Data, base()),

Completed in 118 milliseconds