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

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp312 int16_t SecNum = XCOFFSym.getSectionNumber();
313 if (SecNum <= 0)
H A DMachOObjectFile.cpp4609 unsigned SecNum = getPlainRelocationSymbolNum(RE); local
4610 if (SecNum == MachO::R_ABS || SecNum > Sections.size())
4613 DRI.d.a = SecNum - 1;

Completed in 141 milliseconds