Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid;
257 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op); in ParseCurrentAnnotation()
259 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation()
263 case BinaryAnnotationsOpCode::CodeOffset: in ParseCurrentAnnotation()
267 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseCurrentAnnotation()
271 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation()
275 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
279 case BinaryAnnotationsOpCode::ChangeFile: in ParseCurrentAnnotation()
283 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in ParseCurrentAnnotation()
287 case BinaryAnnotationsOpCode::ChangeRangeKind: in ParseCurrentAnnotation()
[all …]
H A DCodeView.h493 enum class BinaryAnnotationsOpCode : uint32_t { enum
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp717 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord()
719 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
720 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
723 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord()
726 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
733 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in visitKnownRecord()
737 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in visitKnownRecord()
742 case BinaryAnnotationsOpCode::ChangeFile: { in visitKnownRecord()
758 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
761 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
[all …]
/openbsd-src/gnu/llvm/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()
572 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
578 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
581 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
602 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1462 case BinaryAnnotationsOpCode::CodeOffset: in ParseInlineSite()
1463 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseInlineSite()
1464 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseInlineSite()
1468 case BinaryAnnotationsOpCode::ChangeLineOffset: in ParseInlineSite()
1471 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseInlineSite()
1476 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in ParseInlineSite()
1481 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in ParseInlineSite()
1488 case BinaryAnnotationsOpCode::ChangeFile: in ParseInlineSite()