Home
last modified time | relevance | path

Searched refs:ChangeCodeLength (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtrailing-inlined-function.s21 # CHECK-NEXT: ChangeCodeLength: [[#%#x,Length1_1:]]
24 # CHECK-NEXT: ChangeCodeLength: [[#%#x,]]
33 # CHECK-NEXT: ChangeCodeLength: [[#%#x,Length2_1:]]
36 # CHECK-NEXT: ChangeCodeLength: [[#%#x,]]
H A Dinlining-header.ll92 ; OBJ-NEXT: ChangeCodeLength: 0x7
100 ; OBJ-NEXT: ChangeCodeLength: 0x7
H A Dlocal-variables.ll159 ; OBJ: ChangeCodeLength: 0xA
186 ; OBJ: ChangeCodeLength: 0xA
H A Dinlining.ll184 ; OBJ-NEXT: ChangeCodeLength: 0x7
196 ; OBJ-NEXT: ChangeCodeLength: 0x7
H A Dinlining-files.ll41 ; OBJ: ChangeCodeLength: 0x6
/llvm-project/llvm/test/MC/COFF/
H A Dcv-inline-linetable.s139 # CHECK-NEXT: ChangeCodeLength: 0x7
157 # CHECK-NEXT: ChangeCodeLength: 0x7
H A Dcv-inline-linetable-infloop.s6 # CHECK: ChangeCodeLength: 0x2
H A Dcv-inline-linetable-unreachable.s85 # CHECK: ChangeCodeLength: 0xD
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp77 case BinaryAnnotationsOpCode::ChangeCodeLength: in inlineSiteContainsAddress()
H A DNativeInlineSiteSymbol.cpp158 case BinaryAnnotationsOpCode::ChangeCodeLength: in getLineOffset()
/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp515 // record. Account for the ChangeCodeLength annotation emitted after the in encodeInlineLineTable()
538 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
603 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h508 ChangeCodeLength, enumerator
H A DSymbolRecord.h296 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp463 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp750 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3513 case BinaryAnnotationsOpCode::ChangeCodeLength: in inlineSiteAnnotation()
3522 if (Annot.OpCode == BinaryAnnotationsOpCode::ChangeCodeLength) { in inlineSiteAnnotation()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1471 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseInlineSite()