Home
last modified time | relevance | path

Searched refs:ChangeCodeOffsetAndLineOffset (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp72 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in inlineSiteContainsAddress()
H A DNativeInlineSiteSymbol.cpp169 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in getLineOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h515 ChangeCodeOffsetAndLineOffset, enumerator
H A DSymbolRecord.h328 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: {
329 Result.Name = "ChangeCodeOffsetAndLineOffset";
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp587 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp487 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in visitKnownRecord()
488 W.startLine() << "ChangeCodeOffsetAndLineOffset: {CodeOffset: " in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp757 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3538 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in inlineSiteAnnotation()
3543 BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset) in inlineSiteAnnotation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1482 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in ParseInlineSite()