Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp70 S.UniqueId = NextSectionUniqueId++; in addSections()
H A DObject.h147 ssize_t NextSectionUniqueId = 1; // Allow a UniqueId 0 to mean undefined. member