teak-llvm/llvm/lib/DebugInfo/CodeView
Rui Ueyama 43ed08efa3 [codeview] Pass CVRecord to visitTypeBegin callback.
Both parameters to visitTypeBegin are actually members of CVRecord,
so we can just pass CVRecord instead of destructuring it.

Differential Revision: http://reviews.llvm.org/D21435

llvm-svn: 272899
2016-06-16 14:47:23 +00:00
..
ByteStream.cpp Add support for writing through StreamInterface. 2016-06-10 05:09:12 +00:00
CMakeLists.txt Add support for writing through StreamInterface. 2016-06-10 05:09:12 +00:00
CodeViewError.cpp Add support for writing through StreamInterface. 2016-06-10 05:09:12 +00:00
EnumTables.cpp [pdb] Dump file checksums from pdb codeview line info. 2016-06-03 04:01:48 +00:00
FieldListRecordBuilder.cpp [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00
Line.cpp
ListRecordBuilder.cpp [codeview] Add basic record type translation 2016-06-03 15:58:20 +00:00
LLVMBuild.txt
MemoryTypeTableBuilder.cpp [codeview] Improve readability of type record assembly 2016-05-31 18:45:36 +00:00
MethodListRecordBuilder.cpp [codeview] Align class and print names of types 2016-05-13 19:37:07 +00:00
ModuleSubstream.cpp [codeview] Dump line number and column information. 2016-06-03 03:25:59 +00:00
ModuleSubstreamVisitor.cpp [pdb] Dump file checksums from pdb codeview line info. 2016-06-03 04:01:48 +00:00
RecordSerialization.cpp Make sure data is available before dereferencing it 2016-05-27 18:50:02 +00:00
StreamReader.cpp Add support for writing through StreamInterface. 2016-06-10 05:09:12 +00:00
StreamWriter.cpp Add support for writing through StreamInterface. 2016-06-10 05:09:12 +00:00
SymbolDumper.cpp [pdb] Parse and dump section map and section contribs 2016-06-02 05:07:49 +00:00
TypeDumper.cpp [codeview] Pass CVRecord to visitTypeBegin callback. 2016-06-16 14:47:23 +00:00
TypeRecord.cpp [Codeview] Add a class for LF_UDT_MOD_SRC_LINE. 2016-06-15 21:25:29 +00:00
TypeRecordBuilder.cpp [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00
TypeStreamMerger.cpp [codeview] Pass CVRecord to visitTypeBegin callback. 2016-06-16 14:47:23 +00:00
TypeTableBuilder.cpp [Codeview] Add a class for LF_UDT_MOD_SRC_LINE. 2016-06-15 21:25:29 +00:00