Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h162 BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid;
258 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op); in ParseCurrentAnnotation()
260 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation()
264 case BinaryAnnotationsOpCode::CodeOffset: in ParseCurrentAnnotation()
268 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseCurrentAnnotation()
272 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation()
276 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
280 case BinaryAnnotationsOpCode::ChangeFile: in ParseCurrentAnnotation()
284 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in ParseCurrentAnnotation()
288 case BinaryAnnotationsOpCode::ChangeRangeKind: in ParseCurrentAnnotation()
[all …]
HDCodeView.h488 enum class BinaryAnnotationsOpCode : uint32_t { enum
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDSymbolDumper.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-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp701 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord()
703 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
704 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
707 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord()
710 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
717 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in visitKnownRecord()
721 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in visitKnownRecord()
726 case BinaryAnnotationsOpCode::ChangeFile: { in visitKnownRecord()
742 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
745 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCCodeView.cpp410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
536 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
559 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
567 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
574 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
580 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
583 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
604 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()