Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp96 StringRef CVStringTable; member in __anond2c341650111::COFFDumper
546 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()