1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/include/llvm/DebugInfo/CodeView
David Majnemer 4bcb5f2151 [MC] Add support for encoding CodeView variable definition ranges
CodeView, like most other debug formats, represents the live range of a
variable so that debuggers might print them out.

They use a variety of records to represent how a particular variable
might be available (in a register, in a frame pointer, etc.) along with
a set of ranges where this debug information is relevant.

However, the format only allows us to use ranges which are limited to a
maximum of 0xF000 in size.  This means that we need to split our debug
information into chunks of 0xF000.

Because the layout of code is not known until *very* late, we must use a
new fragment to record the information we need until we can know
*exactly* what the range is.

llvm-svn: 259868
2016-02-05 01:55:49 +00:00
..
CodeView.h [codeview] Share more enums across the writer and the dumper 2016-01-13 23:44:57 +00:00
CodeViewOStream.h
CVLeafTypes.def [codeview] Share more enums across the writer and the dumper 2016-01-13 23:44:57 +00:00
CVSymbolTypes.def [codeview] Share more enums across the writer and the dumper 2016-01-13 23:44:57 +00:00
FieldListRecordBuilder.h
FunctionId.h
Line.h Correctly handle {Always,Never}StepIntoLine 2016-02-04 17:57:12 +00:00
ListRecordBuilder.h
MemoryTypeTableBuilder.h Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. 2016-01-26 18:48:36 +00:00
MethodListRecordBuilder.h
SymbolRecord.h [MC] Add support for encoding CodeView variable definition ranges 2016-02-05 01:55:49 +00:00
TypeIndex.h Fix build of CodeView library 2016-01-13 19:45:06 +00:00
TypeRecord.h Silence gcc warning about ternary and enumerations 2016-01-28 23:59:35 +00:00
TypeRecordBuilder.h
TypeSymbolEmitter.h
TypeTableBuilder.h