Searched refs:BinaryAnnotationsOpCode (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 161 BinaryAnnotationsOpCode OpCode; 264 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op); in ParseCurrentAnnotation() 266 case BinaryAnnotationsOpCode::Invalid: in ParseCurrentAnnotation() 270 case BinaryAnnotationsOpCode::CodeOffset: in ParseCurrentAnnotation() 274 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in ParseCurrentAnnotation() 278 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation() 282 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation() 286 case BinaryAnnotationsOpCode::ChangeFile: in ParseCurrentAnnotation() 290 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in ParseCurrentAnnotation() 294 case BinaryAnnotationsOpCode::ChangeRangeKind: in ParseCurrentAnnotation() [all …]
|
D | CodeView.h | 481 enum class BinaryAnnotationsOpCode : uint32_t { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 446 case BinaryAnnotationsOpCode::Invalid: in visitKnownRecord() 449 case BinaryAnnotationsOpCode::CodeOffset: in visitKnownRecord() 450 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord() 451 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord() 454 case BinaryAnnotationsOpCode::ChangeCodeOffsetBase: in visitKnownRecord() 455 case BinaryAnnotationsOpCode::ChangeLineEndDelta: in visitKnownRecord() 456 case BinaryAnnotationsOpCode::ChangeRangeKind: in visitKnownRecord() 457 case BinaryAnnotationsOpCode::ChangeColumnStart: in visitKnownRecord() 458 case BinaryAnnotationsOpCode::ChangeColumnEnd: in visitKnownRecord() 461 case BinaryAnnotationsOpCode::ChangeLineOffset: in visitKnownRecord() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 447 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/lib/MC/ |
D | MCCodeView.cpp | 229 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/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 259 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 …]
|
D | CodeView.h | 450 enum class BinaryAnnotationsOpCode : uint32_t { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 403 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() 528 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable() 551 compressAnnotation(BinaryAnnotationsOpCode::ChangeFile, Buffer); in encodeInlineLineTable() 559 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable() 566 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable() 572 compressAnnotation(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer); in encodeInlineLineTable() 575 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable() 596 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
|