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;
278 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op); in ParseCurrentAnnotation()
280 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation()
284 case BinaryAnnotationsOpCode::CodeOffset: in ParseCurrentAnnotation()
288 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseCurrentAnnotation()
292 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation()
296 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
300 case BinaryAnnotationsOpCode::ChangeFile: in ParseCurrentAnnotation()
304 case BinaryAnnotationsOpCode in ParseCurrentAnnotation()
[all...]
H A DCodeView.h503 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 in visitKnownRecord()
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp741 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord()
743 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
744 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
747 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord()
750 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
757 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in visitKnownRecord()
761 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in visitKnownRecord()
766 case BinaryAnnotationsOpCode::ChangeFile: { in visitKnownRecord()
782 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
785 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp431 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
552 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
575 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
587 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
593 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
596 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
617 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()