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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp971 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; local
973 if (RelocationsOverflow) {
982 if (RelocationsOverflow) {

Completed in 49 milliseconds