Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp460 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord()
463 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
464 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
465 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
468 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
469 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
470 case BinaryAnnotationsOpCode::ChangeRangeKind: in visitKnownRecord()
471 case BinaryAnnotationsOpCode::ChangeColumnStart: in visitKnownRecord()
472 case BinaryAnnotationsOpCode::ChangeColumnEnd: in visitKnownRecord()
475 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode;
266 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation()
270 case BinaryAnnotationsOpCode::CodeOffset: in ParseCurrentAnnotation()
278 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation()
282 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
286 case BinaryAnnotationsOpCode::ChangeFile: in ParseCurrentAnnotation()
290 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in ParseCurrentAnnotation()
294 case BinaryAnnotationsOpCode::ChangeRangeKind: in ParseCurrentAnnotation()
298 case BinaryAnnotationsOpCode::ChangeColumnStart: in ParseCurrentAnnotation()
302 case BinaryAnnotationsOpCode::ChangeColumnEnd: in ParseCurrentAnnotation()
[all …]
H A DCodeView.h485 enum class BinaryAnnotationsOpCode : uint32_t { enum
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp411 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
537 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
560 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
568 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
575 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
581 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
584 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
605 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()