Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp552 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
617 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer); in encodeInlineLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h508 ChangeCodeLength, enumerator
H A DSymbolRecord.h296 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseCurrentAnnotation()
297 Result.Name = "ChangeCodeLength"; in ParseCurrentAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp463 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp750 case BinaryAnnotationsOpCode::ChangeCodeLength: in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3519 case BinaryAnnotationsOpCode::ChangeCodeLength: in inlineSiteAnnotation()
3528 if (Annot.OpCode == BinaryAnnotationsOpCode::ChangeCodeLength) { in inlineSiteAnnotation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1477 case BinaryAnnotationsOpCode::ChangeCodeLength: in ParseInlineSite()