Searched refs:CVStringTable (Results 1 – 1 of 1) sorted by relevance
96 StringRef CVStringTable; member in __anond2c341650111::COFFDumper546 if (PayloadSize == 0 || CVStringTable.data() != nullptr || in printCodeViewDebugInfo()552 CVStringTable = Contents; in printCodeViewDebugInfo()608 if (FilenameOffset == 0 || FilenameOffset + 1 >= CVStringTable.size() || in printCodeViewDebugInfo()609 CVStringTable.data()[FilenameOffset - 1] != '\0') { in printCodeViewDebugInfo()616 StringRef Filename(CVStringTable.data() + FilenameOffset); in printCodeViewDebugInfo()