Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1933 auto RelocsForOffset = in getContents() local
1939 if (RelocsForOffset.first != RelocsForOffset.second) { in getContents()
1942 const coff_relocation &R = **RelocsForOffset.first; in getContents()