Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp152 case BinaryAnnotationsOpCode::CodeOffset: in getLineOffset()
153 case BinaryAnnotationsOpCode::ChangeCodeOffset: in getLineOffset()
154 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in getLineOffset()
158 case BinaryAnnotationsOpCode::ChangeCodeLength: in getLineOffset()
161 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in getLineOffset()
166 case BinaryAnnotationsOpCode::ChangeLineOffset: in getLineOffset()
169 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in getLineOffset()
174 case BinaryAnnotationsOpCode::ChangeFile: in getLineOffset()
H A DNativeFunctionSymbol.cpp70 case BinaryAnnotationsOpCode::CodeOffset: in inlineSiteContainsAddress()
71 case BinaryAnnotationsOpCode::ChangeCodeOffset: in inlineSiteContainsAddress()
72 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in inlineSiteContainsAddress()
77 case BinaryAnnotationsOpCode::ChangeCodeLength: in inlineSiteContainsAddress()
83 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in inlineSiteContainsAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h182 BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid;
280 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation()
284 case BinaryAnnotationsOpCode::CodeOffset: in ParseCurrentAnnotation()
292 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation()
296 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
300 case BinaryAnnotationsOpCode::ChangeFile: in ParseCurrentAnnotation()
304 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in ParseCurrentAnnotation()
308 case BinaryAnnotationsOpCode::ChangeRangeKind: in ParseCurrentAnnotation()
312 case BinaryAnnotationsOpCode::ChangeColumnStart: in ParseCurrentAnnotation()
316 case BinaryAnnotationsOpCode::ChangeColumnEnd: in ParseCurrentAnnotation()
[all …]
H A DCodeView.h496 enum class BinaryAnnotationsOpCode : uint32_t { enum
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp458 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord()
461 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
462 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
463 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
466 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
467 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
468 case BinaryAnnotationsOpCode::ChangeRangeKind: in visitKnownRecord()
469 case BinaryAnnotationsOpCode::ChangeColumnStart: in visitKnownRecord()
470 case BinaryAnnotationsOpCode::ChangeColumnEnd: in visitKnownRecord()
473 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp737 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord()
739 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
740 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
743 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord()
746 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
762 case BinaryAnnotationsOpCode::ChangeFile: { in visitKnownRecord()
778 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
781 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
782 case BinaryAnnotationsOpCode::ChangeRangeKind: in visitKnownRecord()
783 case BinaryAnnotationsOpCode::ChangeColumnStart: in visitKnownRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp434 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
553 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
576 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
588 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
594 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
597 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
618 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1468 case BinaryAnnotationsOpCode::CodeOffset: in ParseInlineSite()
1469 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseInlineSite()
1470 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseInlineSite()
1474 case BinaryAnnotationsOpCode::ChangeLineOffset: in ParseInlineSite()
1477 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseInlineSite()
1482 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in ParseInlineSite()
1487 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in ParseInlineSite()
1494 case BinaryAnnotationsOpCode::ChangeFile: in ParseInlineSite()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3517 case BinaryAnnotationsOpCode::ChangeCodeOffset: in inlineSiteAnnotation()
3518 case BinaryAnnotationsOpCode::CodeOffset: in inlineSiteAnnotation()
3519 case BinaryAnnotationsOpCode::ChangeCodeLength: in inlineSiteAnnotation()
3522 if (Annot.OpCode == BinaryAnnotationsOpCode::ChangeCodeOffset) { in inlineSiteAnnotation()
3528 if (Annot.OpCode == BinaryAnnotationsOpCode::ChangeCodeLength) { in inlineSiteAnnotation()
3533 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in inlineSiteAnnotation()
3537 case BinaryAnnotationsOpCode::ChangeLineOffset: in inlineSiteAnnotation()
3538 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in inlineSiteAnnotation()
3543 BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset) in inlineSiteAnnotation()
3546 case BinaryAnnotationsOpCode::ChangeFile: in inlineSiteAnnotation()