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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp118 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { function in class:COFFObjectFile
267 const coff_section *Sec = toSec(Ref);
273 const coff_section *Sec = toSec(Ref);
278 const coff_section *Sec = toSec(Ref);
288 return toSec(Sec) - SectionTable;
292 return getSectionSize(toSec(Ref));
297 const coff_section *Sec = toSec(Ref);
305 const coff_section *Sec = toSec(Ref);
314 const coff_section *Sec = toSec(Ref);
319 const coff_section *Sec = toSec(Re
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h794 const coff_section *toSec(DataRefImpl Sec) const;

Completed in 65 milliseconds