[PATCH] D20343: pdbdump: Print out more strcutures.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 16:02:46 PDT 2016
zturner accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: lib/DebugInfo/PDB/Raw/PublicsStream.cpp:77-81
@@ -76,1 +76,7 @@
+// This struct is defined in langapi/include/pdb.h.
+// I don't know what this is short for, so I borrowed the name
+// ("SO") from the reference for now.
+namespace {
+struct SO {
+ ulittle32_t Off;
----------------
Almost certainly "section / offset".
http://reviews.llvm.org/D20343
More information about the llvm-commits
mailing list