Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp76 S.UniqueId = NextSectionUniqueId++; in addSections()
DObject.h147 ssize_t NextSectionUniqueId = 1; // Allow a UniqueId 0 to mean undefined. member