Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp103 case BinaryAnnotationsOpCode::CodeOffset: in getLineOffset()
104 case BinaryAnnotationsOpCode::ChangeCodeOffset: in getLineOffset()
105 case BinaryAnnotationsOpCode::ChangeCodeLength: in getLineOffset()
108 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in getLineOffset()
111 case BinaryAnnotationsOpCode::ChangeLineOffset: in getLineOffset()
112 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in getLineOffset()
116 case BinaryAnnotationsOpCode::ChangeFile: in getLineOffset()
DNativeFunctionSymbol.cpp66 case BinaryAnnotationsOpCode::CodeOffset: in inlineSiteContainsAddress()
67 case BinaryAnnotationsOpCode::ChangeCodeOffset: in inlineSiteContainsAddress()
68 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in inlineSiteContainsAddress()
73 case BinaryAnnotationsOpCode::ChangeCodeLength: in inlineSiteContainsAddress()
79 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in inlineSiteContainsAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.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 …]
DCodeView.h488 enum class BinaryAnnotationsOpCode : uint32_t { enum
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.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 …]
DCodeView.h488 enum class BinaryAnnotationsOpCode : uint32_t { enum
/external/llvm/lib/MC/
DMCCodeView.cpp229 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
316 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
328 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
340 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
347 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
352 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
354 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
377 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp447 case BinaryAnnotationsOpCode::Invalid: in visitInlineSiteSym()
449 case BinaryAnnotationsOpCode::CodeOffset: in visitInlineSiteSym()
450 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitInlineSiteSym()
451 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitInlineSiteSym()
454 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitInlineSiteSym()
455 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitInlineSiteSym()
456 case BinaryAnnotationsOpCode::ChangeRangeKind: in visitInlineSiteSym()
457 case BinaryAnnotationsOpCode::ChangeColumnStart: in visitInlineSiteSym()
458 case BinaryAnnotationsOpCode::ChangeColumnEnd: in visitInlineSiteSym()
461 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitInlineSiteSym()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.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 …]
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp712 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord()
714 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord()
715 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
718 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord()
721 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
728 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in visitKnownRecord()
732 case BinaryAnnotationsOpCode::ChangeCodeLengthAndCodeOffset: in visitKnownRecord()
737 case BinaryAnnotationsOpCode::ChangeFile: { in visitKnownRecord()
753 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord()
756 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h259 BinaryAnnotationsOpCode OpCode;
362 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op); in ParseCurrentAnnotation()
364 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation()
368 case BinaryAnnotationsOpCode::CodeOffset: in ParseCurrentAnnotation()
372 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseCurrentAnnotation()
376 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation()
380 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
384 case BinaryAnnotationsOpCode::ChangeFile: in ParseCurrentAnnotation()
388 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in ParseCurrentAnnotation()
392 case BinaryAnnotationsOpCode::ChangeRangeKind: in ParseCurrentAnnotation()
[all …]
DCodeView.h450 enum class BinaryAnnotationsOpCode : uint32_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.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()
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp410 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
536 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
559 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable()
571 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
577 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable()
580 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
601 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()