Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h162 BinaryAnnotationsOpCode OpCode = BinaryAnnotationsOpCode::Invalid;
260 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation()
264 case BinaryAnnotationsOpCode::CodeOffset: 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()
292 case BinaryAnnotationsOpCode::ChangeColumnStart: in ParseCurrentAnnotation()
296 case BinaryAnnotationsOpCode::ChangeColumnEnd: in ParseCurrentAnnotation()
[all …]
H A DCodeView.h496 enum class BinaryAnnotationsOpCode : uint32_t { enum
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/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()
742 case BinaryAnnotationsOpCode::ChangeFile: { in visitKnownRecord()
758 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
761 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
762 case BinaryAnnotationsOpCode::ChangeRangeKind: in visitKnownRecord()
763 case BinaryAnnotationsOpCode::ChangeColumnStart: in visitKnownRecord()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1366 case BinaryAnnotationsOpCode::CodeOffset: in ParseInlineSite()
1367 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseInlineSite()
1368 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseInlineSite()
1372 case BinaryAnnotationsOpCode::ChangeLineOffset: in ParseInlineSite()
1375 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseInlineSite()
1380 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in ParseInlineSite()
1385 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in ParseInlineSite()
1392 case BinaryAnnotationsOpCode::ChangeFile: in ParseInlineSite()