Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp673 uint32_t CurrentStringOffset = SectionOneSize; in performSectionOneLayout() local
676 StringTableOffsets.push_back(CurrentStringOffset); in performSectionOneLayout()
678 CurrentStringOffset += StringSize; in performSectionOneLayout()