Searched refs:CVStringTable (Results 1 – 1 of 1) sorted by relevance
98 StringRef CVStringTable; member in __anond2c341650111::COFFDumper558 if (PayloadSize == 0 || CVStringTable.data() != nullptr || in printCodeViewSection()564 CVStringTable = Contents; in printCodeViewSection()627 if (FilenameOffset == 0 || FilenameOffset + 1 >= CVStringTable.size() || in printCodeViewSection()628 CVStringTable.data()[FilenameOffset - 1] != '\0') { in printCodeViewSection()635 StringRef Filename(CVStringTable.data() + FilenameOffset); in printCodeViewSection()