Home
last modified time | relevance | path

Searched refs:ChangeCodeOffset (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtrailing-inlined-function.s23 # CHECK-NEXT: ChangeCodeOffset: [[#%#x,Offset1_2:]]
35 # CHECK-NEXT: ChangeCodeOffset: [[#%#x,Offset2_2:]]
H A Dlocal-variables.ll157 ; OBJ: ChangeCodeOffset: 0x14
184 ; OBJ: ChangeCodeOffset: 0x35
H A Dinlining.ll183 ; OBJ-NEXT: ChangeCodeOffset: 0x14
193 ; OBJ-NEXT: ChangeCodeOffset: 0x11
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp71 case BinaryAnnotationsOpCode::ChangeCodeOffset: in inlineSiteContainsAddress()
H A DNativeInlineSiteSymbol.cpp153 case BinaryAnnotationsOpCode::ChangeCodeOffset: in getLineOffset()
/llvm-project/llvm/test/MC/COFF/
H A Dcv-inline-linetable.s138 # CHECK-NEXT: ChangeCodeOffset: 0x1E
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h507 ChangeCodeOffset, enumerator
H A DSymbolRecord.h292 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseCurrentAnnotation()
/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp582 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffset, Buffer); in encodeInlineLineTable()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp462 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp744 case BinaryAnnotationsOpCode::ChangeCodeOffset: in visitKnownRecord()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3511 case BinaryAnnotationsOpCode::ChangeCodeOffset: in inlineSiteAnnotation()
3516 if (Annot.OpCode == BinaryAnnotationsOpCode::ChangeCodeOffset) { in inlineSiteAnnotation()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1463 case BinaryAnnotationsOpCode::ChangeCodeOffset: in ParseInlineSite()