/aosp_15_r20/external/llvm/test/MC/COFF/ |
H A D | cv-inline-linetable.s | 95 # CHECK: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0xA, LineOffset: 1} 96 # CHECK: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 1} 97 # CHECK: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x7, LineOffset: 1} 116 # CHECK: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 1} 117 # CHECK: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x7, LineOffset: 1}
|
H A D | cv-inline-linetable-unreachable.s | 82 # CHECK: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x3, LineOffset: 1}
|
/aosp_15_r20/external/llvm/test/DebugInfo/COFF/ |
H A D | inlining.ll | 186 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x8, LineOffset: 1} 189 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0xA, LineOffset: 1} 190 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 1} 191 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x7, LineOffset: 1} 202 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0xF, LineOffset: 1} 203 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0xA, LineOffset: 1} 204 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 1} 205 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x7, LineOffset: 1}
|
H A D | inlining-files.ll | 29 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 1} 31 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: -2} 32 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 1} 34 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 3}
|
H A D | local-variables.ll | 169 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0xD, LineOffset: 1} 199 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0xD, LineOffset: 1}
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeFunctionSymbol.cpp | 72 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in inlineSiteContainsAddress()
|
H A D | NativeInlineSiteSymbol.cpp | 169 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: in getLineOffset()
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 462 ChangeCodeOffsetAndLineOffset, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 500 ChangeCodeOffsetAndLineOffset, enumerator
|
H A D | SymbolRecord.h | 308 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in ParseCurrentAnnotation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 505 ChangeCodeOffsetAndLineOffset, enumerator
|
H A D | SymbolRecord.h | 307 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in ParseCurrentAnnotation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 515 ChangeCodeOffsetAndLineOffset, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 508 ChangeCodeOffsetAndLineOffset, enumerator
|
D | SymbolRecord.h | 328 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in ParseCurrentAnnotation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 515 ChangeCodeOffsetAndLineOffset, enumerator
|
D | SymbolRecord.h | 328 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in ParseCurrentAnnotation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 515 ChangeCodeOffsetAndLineOffset, enumerator
|
D | SymbolRecord.h | 328 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in ParseCurrentAnnotation()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 347 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 574 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 572 compressAnnotation(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset, in encodeInlineLineTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 487 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in visitKnownRecord()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 489 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in visitKnownRecord()
|
/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 475 case BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset: { in visitInlineSiteSym()
|