Home
last modified time | relevance | path

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

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