Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp70 S.UniqueId = NextSectionUniqueId++; in addSections()
H A DCOFFObject.h148 ssize_t NextSectionUniqueId = 1; // Allow a UniqueId 0 to mean undefined. member